{{- if eq .Kind "page" }} {{- else }} {{- end }} {{ $anoldhope := resources.Get "an-old-hope.min.css" | minify }} {{ $style := resources.Get "style.css" | minify }} {{ $stylesheet := slice $anoldhope $style | resources.Concat "stylesheet.css" | minify }} {{- hugo.Generator }} {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{- template "_internal/google_analytics_async.html" . }} {{- template "_internal/opengraph.html" . }} {{- end }} {{ $settheme := resources.Get "set-theme.js" | minify }}