{{- if in site.Params.mainSections .Type }} {{- else }} {{- end }} {{- if .Site.Params.analytics.google.SiteVerificationTag }} {{- end}} {{- $anoldhope := resources.Get "css/an-old-hope.min.css" | minify }} {{- $theme := resources.Get "css/theme-vars.css" | minify }} {{- $reset := resources.Get "css/reset.css" | minify }} {{- $header := resources.Get "css/header.css" | minify }} {{- $main := resources.Get "css/main.css" | minify }} {{- $postentry := resources.Get "css/post-entry.css" | minify }} {{- $postsingle := resources.Get "css/post-single.css" | minify }} {{- $terms := resources.Get "css/terms.css" | minify }} {{- $archive := resources.Get "css/archive.css" | minify }} {{- $footer := resources.Get "css/footer.css" | minify }} {{- $404 := resources.Get "css/404.css" | minify }} {{- $style := slice $theme $reset $header $main $postentry $postsingle $terms $archive $footer $404 | resources.Concat "stylesheet.css" | minify }} {{- $stylesheet := slice $anoldhope $style | resources.Concat "css/stylesheet.css" | minify | fingerprint }} {{- if (and (.Site.Params.profileMode.enabled) (.IsHome)) }} {{- $profileMode := resources.Get "css/profile-mode.css" | minify | fingerprint }} {{- end }} {{- 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" . }} {{- template "_internal/twitter_cards.html" . }} {{- template "_internal/schema.html" . }} {{- end }}