{{ $featured_image := partial "func/GetFeaturedImage.html" . }} {{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}} {{ $featured_image_class := .Params.featured_image_class | default "cover bg-center" }} {{ $cover_dimming_class := .Params.cover_dimming_class | default "bg-black-60" }}
{{ partial "site-navigation.html" . }}
{{ if not .Params.omit_header_text }}
{{ .Title | default .Site.Title }}
{{ with .Params.description }}
{{ . }}
{{ end }} {{ end }}
{{ else }}
{{ partial "site-navigation.html" . }}
{{ end }}