blob: c8fb8a68ba509948f56511debc8de00f27c7f78a [file] [log] [blame]
{{ $filename := (.Get 0) }}
{{ $title := (.Get 1) }}
{{ $image := .Page.Resources.GetMatch $filename}}
{{ with $image.Resize "800x q95 Gaussian" }}
<figure>
<a href="{{ $image.RelPermalink }}" title="{{ $title }} (Click to enlarge)"><img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="{{ $title }}"></a>
<figcaption>{{ $title }} (Click to enlarge)</figcaption>
</figure>
{{ end }}