Files
2013roadtripukie/themes/hugo-theme-notrack/layouts/shortcodes/gallery-photo.html
2022-09-04 14:08:48 +02:00

5 lines
145 B
HTML

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