{{- /* Title */}} {{ if .IsHome }} {{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ .Site.Title }} {{- /* Styles */}} {{- $mainstyle := (resources.Get "css/style.css") }} {{- $stylesheet := $mainstyle | resources.PostCSS (dict "noMap" true) | resources.Minify}} {{ with .Site.Params.Email }}{{ end }} {{ with .Site.Params.Github }}{{ end }} {{ with .Site.Params.Twitter }}{{ end }} {{ with .Site.Params.Mastodon }}{{ end }} {{ with .Site.Params.Telegram }}{{ end }} {{ printf "" | safeHTML }} {{ template "_internal/opengraph.html" . }} {{ printf "" | safeHTML }} {{ printf "" | safeHTML }} {{ template "_internal/twitter_cards.html" . }} {{ printf "" | safeHTML }} {{ printf "" | safeHTML }} {{ partial "google_news.html" . }} {{ printf "" | safeHTML }} {{ template "_internal/schema.html" . }} {{ partial "schema.html" . }} {{ if .Site.Params.enablesa }} {{ end }} {{ if .OutputFormats.Get "RSS" }} {{ with .OutputFormats.Get "RSS" }} {{ end }} {{ end }} {{- /* Generator */}} {{ hugo.Generator }}