summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/gallery.html
blob: 8a30fc5a2f9322146e98107afbf05ce2852525c5 (plain)
1
2
3
4
5
<div class="gallery">
    <div class="gallery-inner">
        {{ .Inner }}
    </div>
</div>