render-image.rss.xml (320B)
1 {{ $image := (.Page.Resources.GetMatch .Destination) }}<figure> 2 <center> 3 <img 4 src="{{ $image.RelPermalink }}" 5 style="max-width: 100%; height: auto;" 6 alt={{ .Text | safeHTML }} 7 title={{ .Text | safeHTML }} 8 /> 9 <figcaption> 10 <em>{{ .Text | safeHTML }}</em> 11 </figcaption> 12 </center> 13 </figure>