{{/* This file is adapted from themes/docsy/partials/head.html, but we use the regular title for the home page and write a meta description tag */}} {{ hugo.Generator }} {{ if eq (getenv "HUGO_ENV") "production" }} {{ else }} {{ end }} {{ range .AlternativeOutputFormats -}} {{ end -}} {{ partialCached "favicons.html" . }} {{ if .IsHome }}{{ .Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }} {{ if .Description }} {{ else }} {{ end }} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/google_news.html" . -}} {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}} {{ if eq (getenv "HUGO_ENV") "production" }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} {{ partialCached "head-css.html" . "asdf" }} {{ partial "hooks/head-end.html" . }}