{{ $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 }}
{{ partial "paige/link.html" (dict "href" "css/paige/bootstrap/paige.scss" "page" $page "sass" true "template" true) }}
{{ partial "paige/link.html" (dict "href" "css/paige/bootstrap-icons/bootstrap-icons.css") }}
{{ if $page.Param "paige.math" }}
{{ partial "paige/link.html" (dict "href" "css/paige/katex/katex.min.css") }}
{{ end }}
{{ if .AlternativeOutputFormats }}
{{ $title := partial "paige/title.html" $page }}
{{ range .AlternativeOutputFormats }}
{{ end }}
{{ end }}