From 41bd02513258145298013e3d2871a3150a395ab3 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 28 Sep 2021 18:28:22 -0500 Subject: [PATCH] Add customizable/disable-able favicons --- layouts/partials/head.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ff0262d..140165b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,14 @@ - + + {{ with .Site.Params.faviconICO }} + + {{ end }} + {{ with .Site.Params.faviconPNG }} + + {{ end }} + {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}