Hatchet/layouts/partials/favicon.html
2023-12-29 03:17:07 -05:00

2 lines
133 B
HTML

{{ with .Site.Params.favicon }}
<link rel="shortcut icon" type="image/x-icon" href='{{ "images/favicon.ico" | relURL }}' />{{ end }}