Files
edition.rechampir/themes/notrack/layouts/shortcodes/gallery-photo.html
yv_pic a5c7667d0a initial
git commit -a -m initial
2020-12-30 12:41:09 +01:00

5 lines
145 B
HTML

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