feat: add favicon
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 32s

This commit is contained in:
Radu C. Martin 2025-04-08 19:11:50 +02:00
parent c8371d2890
commit 51f9334b02
9 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,9 @@
<!-- 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">