Fix: make use of .Site.Params.BookFavicon (#576)
This commit is contained in:
parent
118997fa92
commit
2d7ce27f77
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
{{- $manifest := resources.Get "manifest.json" | resources.ExecuteAsTemplate "manifest.json" . }}
|
{{- $manifest := resources.Get "manifest.json" | resources.ExecuteAsTemplate "manifest.json" . }}
|
||||||
<link rel="manifest" href="{{ $manifest.RelPermalink }}">
|
<link rel="manifest" href="{{ $manifest.RelPermalink }}">
|
||||||
<link rel="icon" href="{{ .Params.BookFavicon | default "favicon.png" | relURL }}" >
|
<link rel="icon" href="{{ .Site.Params.BookFavicon | default "favicon.png" | relURL }}" >
|
||||||
|
|
||||||
{{- range .Translations }}
|
{{- range .Translations }}
|
||||||
<link rel="alternate" hreflang="{{ default .Language.Lang .Site.LanguageCode }}" href="{{ .Permalink }}" title="{{ partial "docs/title" . }}">
|
<link rel="alternate" hreflang="{{ default .Language.Lang .Site.LanguageCode }}" href="{{ .Permalink }}" title="{{ partial "docs/title" . }}">
|
||||||
|
|
Loading…
Reference in a new issue