{{ 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 }}