From 61b0a3b49513b95d90fa9201f625e744a5d3fc27 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 19 Oct 2023 01:32:07 +0200 Subject: favicon head --- layouts/partials/head.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fce859b..38e31b7 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,9 +8,12 @@ {{ end }} - + + {{ with resources.Get .Site.Params.favicon }} + + {{ end }} {{ range .AlternativeOutputFormats -}} -{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} -- cgit v1.2.3