blob: d3df1fd8def758fa5de1dde4b4f07a76d134fb81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" }}
<figure>
<a href="{{ .Destination }}" target="_blank">
<img
loading="lazy"
src="{{ .Destination }}?v={{ $cachebuster }}"
alt="{{ .Text }}" title="{{ .Text }}">
</a>
<figcaption>{{ .Text }}</figcaption>
</figure>
|