{{ block "title" . }} {{ if .IsHome }} {{ $.Site.Title }} {{ else }} {{ .Title }} — {{ $.Site.Title }} {{ end }} {{ end }} {{ with resources.Get "scss/imports.scss" }} {{ $opts := dict "outputStyle" "compressed" "enabledSourceMap" true "transpiler" "libsass" "targetPath" "css/style.css" }} {{ with . | toCSS $opts }} {{ if hugo.IsDevelopment }} {{ else }} {{ with . | minify | fingerprint }} {{ end }} {{ end }} {{ end }} {{ end }} {{ partialCached "favicons.html" . }}