{{- 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" }} {{- $config := site.Params }} {{- with $config.customCSS }} {{- range . -}} {{- end }} {{- end }} {{- with $config.metaThemeColor }} {{- end }} {{- if .Description }} {{- else if .IsPage }} {{- else if $config.Description }} {{- end }} {{- partial "head/liteyoutube" . }} {{- partialCached "hooks/head" . -}}