{{ with .OutputFormats.Get "rss" }} {{ end }} {{ range resources.Match "style/*.scss" }} {{ with . | toCSS }} {{ if hugo.IsDevelopment }} {{ else -}} {{ with . | minify | fingerprint }} {{ end }} {{ end }} {{ end }} {{ end }} {{ block "title" . }}{{ .Site.Title }} - {{ .Title }}{{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}