{{ with .Site.Params.description -}} {{ end }} {{ printf `` ("favicon.ico" | absURL) | safeHTML }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ $resources := slice -}} {{ $resources = $resources | append (resources.Get "css/main.css") -}} {{ $resources = $resources | append (resources.Get "css/min770px.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 -}} {{ if .Site.Params.highlight -}} {{ $resources = $resources | append (resources.Get "css/syntax.css") -}} {{ end -}} {{ $css := $resources | resources.Concat "css/style.css" | minify }} {{ printf `` $css.RelPermalink | safeHTML }} {{ .Title }}