{{ with .Site.GetPage "/blog" }} {{- with .OutputFormats.Get "rss" }} {{- printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{- end }} {{- end }} {{ if eq .Kind "term" }} {{- with .OutputFormats.Get "rss" }} {{- printf `` .Rel .MediaType.Type .Permalink $.Title site.Title | safeHTML }} {{- end }} {{- end }} {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}