cullmann.io/themes/blowfish/layouts/shortcodes/gallery.html

5 lines
135 B
HTML
Raw Normal View History

{{ $id := delimit (slice "gallery" (partial "functions/uid.html" .)) "-" }}
<div id="{{ $id }}" class="gallery">
{{ .Inner }}
</div>