mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-02-07 06:19:03 +00:00
Fix permalink for favicon
This commit is contained in:
parent
25225b5210
commit
ddf05e6b04
@ -20,7 +20,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
<link rel="stylesheet" href="{{ $style.Permalink }}" />
|
<link rel="stylesheet" href="{{ $style.Permalink }}" />
|
||||||
|
|
||||||
<link rel="shortcut icon" href="{{ $.Site.BaseURL }}favicon.png" />
|
<link rel="shortcut icon" href="{{ absURL "favicon.png" }}" />
|
||||||
|
|
||||||
{{- /* Some sane <meta> tags default */ -}}
|
{{- /* Some sane <meta> tags default */ -}}
|
||||||
{{ hugo.Generator }}
|
{{ hugo.Generator }}
|
||||||
|
Loading…
Reference in New Issue
Block a user