Demo: Indent favicons.tmpl template
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
7b47dcb564
commit
65160859e1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
{{if .config.SiteAuthor}}<meta name="author" content="{{ .config.SiteAuthor }}">{{end}}
|
||||
{{if .config.SiteDescription}}<meta name="description" content="{{ .config.SiteDescription }}"/>{{end}}
|
||||
|
||||
{{template "favicons.tmpl" .}}
|
||||
{{template "favicons.tmpl" .}}
|
||||
|
||||
<link rel="stylesheet" href="/static/build/app.css?{{ .config.CSSHash }}">
|
||||
<link rel="manifest" href="/static/manifest.json">
|
||||
|
|
Loading…
Reference in a new issue