{{ hugo.Generator }}
{{.Title}}
{{- if .Site.Params.debug }} {{- $options := (dict "targetPath" "styles/bundle.css" "enableSourceMap" true ) }} {{- $styles := resources.Get "main.scss" | toCSS $options }}
{{- else }} {{- $options := (dict "targetPath" "styles/bundle.css" "outputStyle" "compressed" ) }} {{- $styles := resources.Get "main.scss" | toCSS $options | minify | fingerprint }}
{{ end -}}