{{ with .Params.authors }}
        {{ $author := (index . 0) }}
        
    {{ end }}
    {{ with .Date }}
        Posted: {{ .Format "Mon | Jan 2, 2006" }}
    {{ end }}
    {{ range (.GetTerms "tags") }}
    	
        	{{ .LinkTitle }}
    	
    {{ end }}
	{{ $image := (.Resources.GetMatch "featured") }}
	{{ partial "image.html" (dict "image" $image "alt" .Params.featured.alt "class" "shadow featured") }}