We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9f6c3 commit eafcf89Copy full SHA for eafcf89
layouts/partials/head/head.html
@@ -19,7 +19,7 @@
19
{{- end -}}
20
21
{{ with .Site.Params.favicon }}
22
- <link rel="shortcut icon" href="{{ . }}" />
+ <link rel="shortcut icon" href="{{ . | relURL }}" />
23
{{ end }}
24
25
{{- template "_internal/google_analytics.html" . -}}
0 commit comments