{{ $isHome := .IsHome }}
{{ $favicon := site.Params.favicon }}
{{ $isDoc := eq .Section "docs" }}
{{ $description := .Param "description" }}
{{ $title := cond $isHome site.Title .Title }}
{{ $pageType := cond $isHome "website" "article" }}
{{ $imageUrl := site.Params.logos.site }}
{{ $twitter := (index (where site.Params.social "name" "Twitter") 0).handle }}
{{ with $description }}
{{ end }}
{{ if $isDoc }}
{{ end }}
{{ if not $isHome }}
{{ end }}
{{ with $description }}
{{ end }}
{{ hugo.Generator }}