blowfish/layouts/shortcodes/gallery.html

6 lines
171 B
HTML
Raw Normal View History

{{ $random := delimit (shuffle (seq 1 9)) "" }}
{{ $id := delimit (slice "gallery" $random now.UnixNano) "-" }}
2023-01-16 02:21:46 -06:00
<div id="{{ $id }}" class="gallery">
2023-01-16 02:21:46 -06:00
{{ .Inner }}
</div>