{{ if .IsHome }}
{{.Site.Title}}
{{ else }}
{{.Site.Title}} / {{ .Title }}
{{ end }} {{ if and (hugo.IsProduction) (eq .Site.BaseURL "https://redstrate.com/") }} {{ end }} {{ if .IsHome }}
{{ else }} {{ with .OutputFormats.Get "RSS" }}
{{ end }} {{ end }} {{ $style := resources.Get "css/site.css" }} {{ if hugo.IsProduction }} {{ $style = $style | minify | fingerprint | resources.PostProcess }} {{ end }}