{{ $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" "page" $page) }} {{ if $page.Param "paige.math" }} {{ partial "paige/link.html" (dict "href" "css/paige/katex/katex.min.css") }} {{ end }} {{ if .AlternativeOutputFormats }} {{ range .AlternativeOutputFormats }} {{ printf `` (.Permalink | safeURL) .Rel .MediaType | safeHTML }} {{ end }} {{ end }}