{{ if .IsPage }}
{{ end }}
{{ if not .IsHome }} {{ .Title }} {{ else }} {{ $.Site.Title }} {{ end }}
{{ $options := (dict "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }} {{ $sass := resources.Get "css/main.scss" }} {{ $style := $sass | resources.ToCSS $options | resources.Fingerprint "sha512" }}
{{ if .Params.mathjax }} {{ partial "mathjax.html" . }} {{ end }}