{{ with .Site.Params.description -}} {{ end }} {{ printf `` ("favicon.png" | absURL) | safeHTML }} {{ if eq .Site.BaseURL "https://envs.net/~seirdy/" -}} {{ printf `` ("apple-touch-icon-precomposed.png" | absURL) | safeHTML }} {{ else -}} {{ end -}} {{ $resources := slice -}} {{ $resources = $resources | append (resources.Get "/css/main.css") -}} {{ $resources = $resources | append (resources.Get "/css/narrow.css") -}} {{ $dark := .Site.Params.dark | default "auto" -}} {{ if not (eq $dark "off") -}} {{ $resources = $resources | append (resources.Get "css/dark.css" | resources.ExecuteAsTemplate "dark.css" .) -}} {{ end -}} {{ $css := $resources | resources.Concat "css/style.css" | minify | resources.Fingerprint "sha384" -}} {{ printf `` $css.RelPermalink $css.Data.Integrity | safeHTML }} {{ if .Params.highlight -}} {{ $css_syntax := resources.Get "/css/syntax.css" | minify | resources.Fingerprint "sha384" }} {{- printf `` $css_syntax.RelPermalink $css_syntax.Data.Integrity | safeHTML }} {{ end -}} {{ if eq .RelPermalink "/" -}} {{ .Title }} {{ else -}} {{ .Title }} - Seirdy {{ end -}}