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