{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/google_news.html" . -}} {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}} {{ template "_internal/google_analytics_async.html" . }} {{ end }} {{ hugo.Generator }} {{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} {{ if .Site.Params.appleTouchIcon }} {{ end }} {{ if .Site.Params.favicon32 }} {{ end }} {{ if .Site.Params.favicon16 }} {{ end }} {{ if .Site.Params.manifest }} {{ end }} {{ if .Site.Params.themeColor }} {{ if .Site.Params.safariPinnedTab }} {{ end }} {{ end }} {{ if .IsHome }} {{ else }} {{ if (.Type) eq "live" }} {{ end }} {{ end }} {{ block "headextra" . }} {{ end }}