{{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{- if .IsHome -}} {{- else -}} {{- end }} {{ if .IsHome }} {{ site.Title }} {{ else }} {{ printf "%s | %s" .Title site.Title }} {{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} {{ if hugo.IsProduction }} {{ template "_internal/google_analytics.html" . }} {{ end }} {{ if .Site.Params.umami.enable }} {{ partial "umami.html" . }} {{ end }}