hugo-bearcub/layouts/partials/favicon.html

3 lines
85 B
HTML
Raw Normal View History

2020-08-31 15:40:11 +02:00
{{ with .Site.Params.favicon }}
2023-02-13 16:50:21 -03:00
<link rel="shortcut icon" href="{{ . }}" />{{ end }}