Website/themes/notrack/layouts/shortcodes/gallery-photo.html
2026-04-25 00:36:46 -04:00

5 lines
142 B
HTML

<li class="gallery-photo">
<img src="{{ ( printf "img/thumbnails/%s" (.Get "fn")) | relURL }}"
alt="{{ .Get "caption" }}">
</li>