{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{- $style := resources.Get "scss/main.scss" | css.Sass $options | resources.Fingerprint }} {{ $options := (dict "targetPath" "syntax_highlighting.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{- $style := resources.Get "scss/syntax_highlighting.scss" | css.Sass $options | resources.Fingerprint }} {{- range $val := $.Site.Params.customCSS }} {{- if gt (len $val) 0 }} {{- end }} {{- end }} {{- partial "favicons.html" . -}} {{- partial "meta-tags.html" . -}} {{- if .OutputFormats.Get "json" }} {{- end }} {{- block "title" . }} {{- if .IsHome }} {{- $.Site.Title }} {{ with $.Site.Params.Subtitle }} — {{ . }} {{ end }} {{- else }} {{- .Title }} {{- with .Params.Subtitle }} // {{ . }} {{- end }} :: {{ $.Site.Title }} {{- with $.Site.Params.Subtitle }} — {{ . }}{{ end }} {{- end -}} {{- end }}