1.3 KiB
1.3 KiB
{{ $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 */}}
{{ partial "site-navigation.html" .}}
{{ else }}
{{ .Title | default .Site.Title }}
{{ with .Params.description }}{{ . }}
{{ end }}
{{ partial "site-navigation.html" . }}
{{ end }}