From 795c06b2cc3f4a10357e074653c08971a77b94a0 Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Thu, 5 Nov 2020 19:45:52 +0530
Subject: [PATCH] head: improve favicons presence - also set theme color to
#2e2e33 - use syntax from https://favicon.io - `site.webmanifest` added,
should be present in "static"
Custom links to favicons can be added in site config =>
params:
assets:
favicon: ""
favicon16x16: ""
favicon32x32: ""
apple_touch_icon: ""
safari_pinned_tab: ""
---
layouts/partials/head.html | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index af7ac9d6..a3e99750 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -37,8 +37,17 @@
as="style">
{{- end -}}
-
-
+
+
+
+
+
+
+
+
{{- hugo.Generator }}