{{ $page := . }}
{{ $color := $page.Param "paige.site.color" | default "#0d6efd" }}
{{ $scheme := $page.Param "paige.site.color_scheme" | default "auto" }}
{{ $context := dict "color" $color "color_scheme" $scheme }}
{{ if fileExists "static/apple-touch-icon.png" }}
{{ end }}
{{ if fileExists "static/favicon-96x96.png" }}
{{ end }}
{{ if fileExists "static/favicon.ico" }}
{{ end }}
{{ if fileExists "static/favicon.svg" }}
{{ end }}
{{ if fileExists "static/web-app-manifest-192x192.png" }}
{{ end }}
{{ if fileExists "static/web-app-manifest-512x512.png" }}
{{ end }}
{{ if fileExists "assets/site.webmanifest" }}
{{ end }}
{{ partial "paige/tag-link.html" (dict "href" "css/paige/paige.css" "page" $page "template" true "context" $page) }}
{{ 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 }}
{{ end }}