{{ $sass_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }} {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS $sass_options }} {{ partial "funcs/favicon.html" . }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ $title := print .Site.Title " ⋇ " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} {{- partial "head-addition.html" . -}}