{{- hugo.Generator }} {{- $iconsPath := "favicons/" }} {{- $t := .Title }} {{- $s := site.Title }} {{- if in (lower $s) (lower $t) }} {{- $t = false }} {{- end }} {{ if and $t (ne (trim (lower $s) "") (trim (lower $t) "")) }}{{ $t }} | {{ end }}{{ $s }} {{- partial "opengraph" . }} {{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}} {{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | resources.ToCSS $options | resources.Fingerprint "sha512" }} {{- $sp := site.Params }} {{- with $sp.customCSS }} {{- range . -}} {{- end }} {{- end }} {{ with $sp.metaThemeColor }} {{ end }} {{ if .Description }} {{ else if .IsPage }} {{ else if $sp.Description }} {{ end }} {{- partialCached "hooks/head" . }}