diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index 09788fe5..5e53f5ed 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -1,17 +1,36 @@ {{ $page := . }} - - - +{{ if fileExists "apple-touch-icon.png" }} + +{{ end }} + +{{ if fileExists "favicon-16x16.png" }} + +{{ end }} + +{{ if fileExists "favicon-32x32.png" }} + +{{ end }} {{ if ne (relLangURL "favicon.ico") "/favicon.ico" }} {{ end }} - - - - +{{ if fileExists "favicon.png" }} + +{{ end }} + +{{ if fileExists "favicon.svg" }} + +{{ end }} + +{{ if fileExists "safari-pinned-tab.svg" }} + +{{ end }} + +{{ if fileExists "site.webmanifest" }} + +{{ 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") }}