{{ hugo.Generator }}
{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}
{{- if .IsTranslated }} {{- range .Translations }}
{{- end }} {{- end }} {{ 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 }}
{{ template "_internal/opengraph.html" . }} {{- template "_internal/schema.html" . }} {{ partialCached "head/css.html" . }} {{- partialCached "head/js.html" . }}