{{ if .Params.noindex }} {{ if or (eq (.Param "noindex") true) (eq (.Param "noindex") "true") }} {{ end }} {{ else }} {{ end }} {{- with resources.Get "css/styles.css" }} {{- if eq hugo.Environment "development" }} {{- else }} {{- with . | minify | fingerprint }} {{- end }} {{- end }} {{- end }} {{ if isset $.Site.Params "favicon" }} {{ end }} {{ if (isset $.Site.Params "twitter") }} {{ if (isset $.Site.Params.Twitter "site") }} {{ end }} {{ end }} {{ if (isset .Params "cover") }} {{ $pageCover := .Param "cover" }} {{ with (.Resources.GetMatch (.Param "cover")) }} {{ $pageCover = .RelPermalink }} {{ end }} {{ else }} {{ if isset $.Site.Params "favicon" }} {{ else }} {{ end }} {{ end }} {{ range .Params.categories }} {{ end }} {{ if isset .Params "date" }} {{ end }} {{ with .OutputFormats.Get "RSS" }} {{ end }} {{ with .OutputFormats.Get "json" }} {{ end }} {{ partial "extended_head.html" . }}