blowfish/layouts/shortcodes/gallery.html

6 lines
No EOL
171 B
HTML

{{ $random := delimit (shuffle (seq 1 9)) "" }}
{{ $id := delimit (slice "gallery" $random now.UnixNano) "-" }}
<div id="{{ $id }}" class="gallery">
{{ .Inner }}
</div>