{{/* Partial used to display a thumbnail of an artwork. */}} {{ $full := printf "%s/thumb/%s.avif" $.Site.Params.image_host .Params.slug }} {{ $jpeg := printf "%s/thumb/%s.jpg" $.Site.Params.image_host .Params.slug }} {{ $title := .Title }} {{ $year := .Date.Format "2006" }} {{ with $full }} {{ if $.Params.threed }} {{ with resources.Get "3d.png" }} 3D cube icon {{ end }} {{ end }} {{ if $.Params.comic }} {{ with resources.Get "comic.png" }} Comic icon {{ end }} {{ end }} {{ if $.Params.animation }} {{ with resources.Get "play-circle.png" }} Play animation icon {{ end }} {{ end }} {{ $.Params.alt_text }} {{ end }}