From da7531dc7102622899d17ceaa6a421e76598238a Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Tue, 4 Oct 2022 17:28:44 -0700 Subject: [PATCH] added favicons that should work on mobile also --- themes/hugo-bulma-cookbook/layouts/_default/list.html | 2 ++ .../hugo-bulma-cookbook/layouts/partials/header.html | 5 ++++- .../hugo-bulma-cookbook/static/apple-touch-icon.svg | 1 + themes/hugo-bulma-cookbook/static/favicon.svg | 1 + .../hugo-bulma-cookbook/static/google-touch-icon.svg | 1 + themes/hugo-bulma-cookbook/static/manifest.json | 11 +++++++++++ 6 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 themes/hugo-bulma-cookbook/static/apple-touch-icon.svg create mode 100644 themes/hugo-bulma-cookbook/static/favicon.svg create mode 100644 themes/hugo-bulma-cookbook/static/google-touch-icon.svg create mode 100644 themes/hugo-bulma-cookbook/static/manifest.json diff --git a/themes/hugo-bulma-cookbook/layouts/_default/list.html b/themes/hugo-bulma-cookbook/layouts/_default/list.html index e451baa..cf45d7a 100644 --- a/themes/hugo-bulma-cookbook/layouts/_default/list.html +++ b/themes/hugo-bulma-cookbook/layouts/_default/list.html @@ -10,6 +10,7 @@
+
{{ with .Params.listthumbnail }} @@ -17,6 +18,7 @@ {{ end }}
+

diff --git a/themes/hugo-bulma-cookbook/layouts/partials/header.html b/themes/hugo-bulma-cookbook/layouts/partials/header.html index a774958..605a2a3 100644 --- a/themes/hugo-bulma-cookbook/layouts/partials/header.html +++ b/themes/hugo-bulma-cookbook/layouts/partials/header.html @@ -6,6 +6,10 @@ + + + +