oe7drt-website/layouts/shortcodes/gallery.html

8 lines
201 B
HTML
Raw Permalink Normal View History

<!--
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>