master
Will Faught 4 months ago
parent c053290bba
commit 4a1cc5124c

@ -1,5 +1,10 @@
{{ $page := . }} {{ $page := . }}
{{ $color := $page.Param "paige.site.color" | default "#0d6efd" }}
{{ $colorScheme := $page.Param "paige.site.color_scheme" | default "auto" }}
{{ $context := dict "color" $color "color_scheme" $colorScheme }}
{{ if fileExists "static/apple-touch-icon.png" }} {{ if fileExists "static/apple-touch-icon.png" }}
<link href="{{ relLangURL `apple-touch-icon.png` }}" rel="apple-touch-icon" sizes="180x180"> <link href="{{ relLangURL `apple-touch-icon.png` }}" rel="apple-touch-icon" sizes="180x180">
{{ end }} {{ end }}
@ -28,11 +33,6 @@
<link href="{{ (resources.Get `site.webmanifest` | resources.ExecuteAsTemplate `site.webmanifest` .).RelPermalink }}" rel="manifest"> <link href="{{ (resources.Get `site.webmanifest` | resources.ExecuteAsTemplate `site.webmanifest` .).RelPermalink }}" rel="manifest">
{{ end }} {{ end }}
{{ $color := $page.Param "paige.site.color" | default "#0d6efd" }}
{{ $colorScheme := $page.Param "paige.site.color_scheme" | default "auto" }}
{{ $context := dict "color" $color "color_scheme" $colorScheme }}
{{ partial "paige/tag-link.html" (dict "href" "css/paige/bootstrap/paige.scss" "page" $page "sass" true "template" true "context" $context) }} {{ partial "paige/tag-link.html" (dict "href" "css/paige/bootstrap/paige.scss" "page" $page "sass" true "template" true "context" $context) }}
{{ partial "paige/tag-link.html" (dict "href" "css/paige/bootstrap-icons/bootstrap-icons.css" "page" $page) }} {{ partial "paige/tag-link.html" (dict "href" "css/paige/bootstrap-icons/bootstrap-icons.css" "page" $page) }}

Loading…
Cancel
Save