From 7e11f77e21de003e862ab739b37d141a2d157a12 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 13 Jul 2024 17:37:01 -0400 Subject: [PATCH] favicon --- themes/gallo/layouts/partials/head.html | 9 +++++++++ themes/gallo/layouts/partials/nav.html | 7 ++++++- themes/gallo/static/android-chrome-192x192.png | Bin 0 -> 13553 bytes themes/gallo/static/android-chrome-512x512.png | Bin 0 -> 59089 bytes themes/gallo/static/apple-touch-icon.png | Bin 0 -> 12145 bytes themes/gallo/static/favicon-16x16.png | Bin 0 -> 500 bytes themes/gallo/static/favicon-32x32.png | Bin 0 -> 1174 bytes themes/gallo/static/favicon.ico | Bin 0 -> 15406 bytes themes/gallo/static/site.webmanifest | 1 + 9 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 themes/gallo/static/android-chrome-192x192.png create mode 100644 themes/gallo/static/android-chrome-512x512.png create mode 100644 themes/gallo/static/apple-touch-icon.png create mode 100644 themes/gallo/static/favicon-16x16.png create mode 100644 themes/gallo/static/favicon-32x32.png create mode 100644 themes/gallo/static/favicon.ico create mode 100644 themes/gallo/static/site.webmanifest diff --git a/themes/gallo/layouts/partials/head.html b/themes/gallo/layouts/partials/head.html index beab8fa..d965c62 100644 --- a/themes/gallo/layouts/partials/head.html +++ b/themes/gallo/layouts/partials/head.html @@ -31,4 +31,13 @@ {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} + + + + + + + + + diff --git a/themes/gallo/layouts/partials/nav.html b/themes/gallo/layouts/partials/nav.html index 7248536..2d3ed5f 100644 --- a/themes/gallo/layouts/partials/nav.html +++ b/themes/gallo/layouts/partials/nav.html @@ -1,5 +1,10 @@
- {{ .Site.Params.logoAlt }} + {{ .Site.Params.logoAlt }}