{{ $desc := .Description | default .Site.Params.description }} {{ $ogImage := .Site.Params.og_image | default "/images/og-default.png" }} {{ with .Params.featured_image }}{{ $ogImage = . }}{{ end }} {{ with .Params.images }}{{ with index . 0 }}{{ $ogImage = . }}{{ end }}{{ end }} {{ with .OutputFormats.Get "RSS" }} {{ end }} {{ partial "fonts.html" . }}