oe7drt-website/layouts/shortcodes/gallery.html
Dominic Reich 67786bdd19
test pswp (photoswipe+lightbox)
another photoswipe shortcodes collection that wont work
2025-02-15 11:25:25 +01:00

7 lines
201 B
HTML

<!--
Put this file in /layouts/shortcodes/gallery.html
-->
<div class="gallery" itemscope itemtype="http://schema.org/ImageGallery">
{{ .Inner }}
<div class="title">{{ .Get "title" }}</div>
</div>