| | |
| | | {{/* 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" }} |
| | | {{ $header_section_class := .Param "header_section_class" | compare.Default "tc-l pv6 ph3 ph4-ns" }} |
| | | <header class="{{ $featured_image_class }}" style="background-image: url('{{ $featured_image }}');"> |
| | | <div class="{{ $cover_dimming_class }}"> |
| | | {{ partials.Include "site-navigation.html" . }} |
| | | <div class="tc-l pv6 ph3 ph4-ns"> |
| | | <div class="{{ $header_section_class }}"> |
| | | {{ if not .Params.omit_header_text }} |
| | | <div class="f2 f1-l fw2 white-90 mb0 lh-title">{{ .Title | compare.Default .Site.Title }}</div> |
| | | {{ with .Params.description }} |