Files
2021-02-05 11:38:17 -05:00

3 lines
94 B
HTML

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