{{ $page := . }} {{ if fileExists "static/apple-touch-icon.png" }} {{ end }} {{ if fileExists "static/favicon.ico" }} {{ end }} {{ if fileExists "static/favicon.png" }} {{ end }} {{ if fileExists "static/favicon.svg" }} {{ end }} {{ if fileExists "static/favicon-16x16.png" }} {{ end }} {{ if fileExists "static/favicon-32x32.png" }} {{ end }} {{ if fileExists "static/safari-pinned-tab.svg" }} {{ end }} {{ if fileExists "assets/site.webmanifest" }} {{ 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-icons/bootstrap-icons.css" "page" $page) }} {{ if $page.Param "paige.enable_math" }} {{ partial "paige/tag-link.html" (dict "href" "css/paige/katex/katex.min.css") }} {{ end }} {{ range $page.AlternativeOutputFormats }} {{ printf `` .Permalink .Rel .MediaType | safeHTML }} {{ end }}