Initial commit.
This commit is contained in:
5
themes/blowfish/layouts/shortcodes/gallery.html
Normal file
5
themes/blowfish/layouts/shortcodes/gallery.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ $id := delimit (slice "gallery" (partial "functions/uid.html" .)) "-" }}
|
||||
|
||||
<div id="{{ $id }}" class="gallery">
|
||||
{{ .Inner }}
|
||||
</div>
|
Reference in New Issue
Block a user