{{ $page := . }}
{{ if ne (relLangURL "favicon.ico") "/favicon.ico" }}
{{ end }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap/paige.scss" "page" $page "sass" true) }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap-icons/bootstrap-icons.css") }}
{{ if $page.Param "paige.math" }}
{{ partial "paige/link.html" (dict "href" "_paige/katex/katex.min.css") }}
{{ end }}
{{ if .AlternativeOutputFormats }}
{{ $title := partial "paige/title.html" $page }}
{{ range .AlternativeOutputFormats }}
{{ end }}
{{ end }}