From c053290bba4bf61e7820c6ea8de4035c678d9b91 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 2 Mar 2025 11:38:42 -0800 Subject: [PATCH] Use updated favicon files --- layouts/partials/paige/links.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index 18666f34..3794e267 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -4,28 +4,24 @@ {{ end }} -{{ if fileExists "static/favicon.ico" }} - +{{ if fileExists "static/favicon-96x96.png" }} + {{ end }} -{{ if fileExists "static/favicon.png" }} - +{{ if fileExists "static/favicon.ico" }} + {{ end }} {{ if fileExists "static/favicon.svg" }} {{ end }} -{{ if fileExists "static/favicon-16x16.png" }} - -{{ end }} - -{{ if fileExists "static/favicon-32x32.png" }} - +{{ if fileExists "static/web-app-manifest-192x192.png" }} + {{ end }} -{{ if fileExists "static/safari-pinned-tab.svg" }} - +{{ if fileExists "static/web-app-manifest-512x512.png" }} + {{ end }} {{ if fileExists "assets/site.webmanifest" }}