{{ $siteTitle := .Site.Title }} {{ $title := $siteTitle }}{{ if .IsPage }}{{ $title = .Title }}
{{ if .Param "feature" }}{{ end }}
{{ end }}
{{ hugo.Generator }}
{{ $.Scratch.Add "title" .Site.Title }}
{{ with .Title }}{{ if ne . ($.Scratch.Get "title") }}{{ . }} · {{ end }}{{ end }}@{{ .Site.Params.Author.handle }} {{ .Site.Title }}
{{ if .Site.Params.EnablePreferredDarkAppearance }}
{{ end }}
{{ partial "custom_stylesheets.html" . }}
{{ if .Site.Params.rssenabled }}
{{ end }}
{{ if .Site.Params.umamienabled }}
{{ end }}