Back to Vercel

Site Header

examples/hugo/themes/ananke/layouts/partials/site-header.html

16.1.2265 B
Original Source

{{ $featured_image := .Param "featured_image"}} {{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}} {{ $featured_image := (trim $featured_image "/") | absURL }} {{ else }} {{ end }}