{{ partial "twitter_card.html" . }} {{ $baseURL := .Site.BaseURL }} {{ if and (.IsPage) (ne .Type "about") }} {{ with .Params.image }} {{ end }} {{ range .Params.tags }} {{ end }} {{ else }} {{ end }} {{ if ne .RelPermalink "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }} {{ $description := .Site.Params.Description }} {{ if and (.Params.Description) (.IsPage) }} {{ $description = .Params.Description }} {{ else if .IsPage}} {{ $description = .Summary }} {{ end }} {{ if .Site.Params.RSSLink}} {{else}} {{ if ne .RelPermalink "/" }} {{ end }} {{if .IsNode}} {{end}} {{end}} {{hugo.Generator}} {{ if .Site.Params.customHeaderPartial }} {{ partial .Site.Params.customHeaderPartial . }} {{ end }}