diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 482d7e9..b7b943f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,14 +1,24 @@ +{{ $faviconPath := (.Site.Params.faviconPath | default "" | absURL) }} + + + + + + + + {{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} +{{ printf ` +` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{- if .IsHome -}} - + {{- else -}} - + {{- end }} @@ -19,7 +29,7 @@ {{ end }} - + {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} @@ -29,5 +39,5 @@ {{ end }} {{ if .Site.Params.umami.enable }} - {{ partial "umami.html" . }} -{{ end }} \ No newline at end of file +{{ partial "umami.html" . }} +{{ end }}