{{ with .OutputFormats.Get "rss" }} {{ end }} {{ range resources.Match "*.scss" }} {{ $targetPath := path.Join "css" (printf "%s.css" (path.BaseName .Name)) }} {{ $opts := dict "transpiler" "libsass" "targetPath" $targetPath }} {{ with . | toCSS $opts }} {{ 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: */}}