{{ $src := $.Scratch.Get "path" }} {{ $alt := $.Scratch.Get "featuredalt" }} {{ $img := $.Scratch.Get "featured" }} {{ $structType := $.Scratch.Get "structType" }} {{ if eq $src "date" }} {{ $.Scratch.Set "path" "/img/" }} {{ if eq $structType "shortcode" }} {{ $.Scratch.Add "path" (.Page.Date.Format "2006/01") }} {{ else }} {{ $.Scratch.Add "path" (.Date.Format "2006/01") }} {{ end }} {{ else }} {{ $.Scratch.Set "path" $src }} {{ end }}