ananke/layouts/partials/site-favicon.html
nickjwhite 4cf0842964
Use relative URL for favicon (#251)
This fixes sites which have the baseURL in a subdirectory.

Co-authored-by: Nick White <git@njw.name>
2020-06-03 10:17:41 -04:00

4 lines
133 B
HTML

{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/x-icon" />
{{ end }}