
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 32s
9 lines
461 B
HTML
9 lines
461 B
HTML
<!-- Umami Analytics -->
|
|
{{ if hugo.IsProduction }}
|
|
{{ partialCached "hugomods/umami-analytics/index" . .Params.analyze }}
|
|
{{ end }}
|
|
<!-- Favicon: https://favicon.io/favicon-converter/ -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|