|
|
@ -4,7 +4,6 @@
|
|
|
|
{{ $authors := partial "paige/func-authors.html" $page }}
|
|
|
|
{{ $authors := partial "paige/func-authors.html" $page }}
|
|
|
|
{{ $color := $page.Param `paige.site.color` | default `#0d6efd` }}
|
|
|
|
{{ $color := $page.Param `paige.site.color` | default `#0d6efd` }}
|
|
|
|
{{ $description := $page.Description | markdownify | plainify | htmlUnescape }}
|
|
|
|
{{ $description := $page.Description | markdownify | plainify | htmlUnescape }}
|
|
|
|
{{ $exists := fileExists "assets/browserconfig.xml" }}
|
|
|
|
|
|
|
|
{{ $keywords := partial "paige/func-keywords.html" $page }}
|
|
|
|
{{ $keywords := partial "paige/func-keywords.html" $page }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ range $authors }}
|
|
|
|
{{ range $authors }}
|
|
|
@ -27,14 +26,6 @@
|
|
|
|
<meta content="{{ . }}" name="keywords">
|
|
|
|
<meta content="{{ . }}" name="keywords">
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
<meta content="{{ $color }}" name="msapplication-TileColor">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ if $exists }}
|
|
|
|
|
|
|
|
{{ $content := (resources.Get `browserconfig.xml` | resources.ExecuteAsTemplate `browserconfig.xml` $page).RelPermalink }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta content="{{ $content }}" name="msapplication-config">
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta content="https://github.com/willfaught/paige" name="theme">
|
|
|
|
<meta content="https://github.com/willfaught/paige" name="theme">
|
|
|
|
<meta content="{{ $color }}" name="theme-color">
|
|
|
|
<meta content="{{ $color }}" name="theme-color">
|
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
|
|