{{/* Head start hook */}} {{ partial "functions/get_hook.html" (dict "hook" "head_start" "context" .) }} {{ $faviconPath := (.Site.Params.faviconPath | default "" | absURL) }} {{ $faviconIco := urls.JoinPath $faviconPath "favicon.ico" }} {{ if fileExists $faviconIco }} {{ end }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{- if .IsHome -}} {{- else -}} {{- end }} {{ if .Param "fediverse" }} {{ end }} {{ if .IsHome }} {{ site.Title }} {{ else }} {{ printf "%s | %s" .Title site.Title }} {{ end }} {{ template "partials/opengraph.html" . }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} {{ if hugo.IsProduction }} {{ template "_internal/google_analytics.html" . }} {{ if .Site.Params.umami.enable }} {{ partial "umami.html" . }} {{ end }} {{ end }} {{/* Head end hook */}} {{ partial "functions/get_hook.html" (dict "hook" "head_end" "context" .) }}