{{ block "title" . }}
{{ if .IsHome }} {{ $.Site.Title }} {{ with $.Site.Params.Subtitle }} — {{ . }} {{ end }} {{ else }} {{ .Title }} :: {{ $.Site.Title }} {{ with $.Site.Params.Subtitle }} — {{ . }}{{ end }} {{ end }}
{{ end }}
{{- range .Site.Params.customCSS }}
{{- end }} {{- partial "favicons.html" }} {{- template "_internal/schema.html" . }} {{- template "_internal/opengraph.html" . }} {{- template "_internal/twitter_cards.html" . }} {{ range .Params.categories }}
{{ end }} {{ if isset .Params "date" }}
{{ end }} {{ if .RSSLink }}
{{ end }} {{ if .OutputFormats.Get "json" }}
{{ end }} {{- if templates.Exists "partials/extra-head.html" -}} {{ partial "extra-head.html" . }} {{- end }}