Files
Funnyduck/layouts/partials/favicon.html
Friendlyduck 8b97c65b47 Initial commit
2025-12-12 15:45:49 +03:00

3 lines
92 B
HTML

{{ with .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ absURL . }}" />{{ end }}