{{ $featured_image := partials.Include "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 | compare.Default "cover bg-center" }} {{ $cover_dimming_class := .Params.cover_dimming_class | compare.Default "bg-black-60" }}
{{ partials.Include "site-navigation.html" . }}
{{ if not .Params.omit_header_text }}
{{ .Title | compare.Default .Site.Title }}
{{ with .Params.description }}
{{ . }}
{{ end }} {{ end }}
{{ else }}
{{ partials.Include "site-navigation.html" . }}
{{ end }}