summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/shortcodes/gallery.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/shortcodes/gallery.html')
-rw-r--r--themes/blowfish/layouts/shortcodes/gallery.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/blowfish/layouts/shortcodes/gallery.html b/themes/blowfish/layouts/shortcodes/gallery.html
new file mode 100644
index 0000000..c01b48f
--- /dev/null
+++ b/themes/blowfish/layouts/shortcodes/gallery.html
@@ -0,0 +1,5 @@
+{{ $id := delimit (slice "gallery" (partial "functions/uid.html" .)) "-" }}
+
+<div id="{{ $id }}" class="gallery">
+ {{ .Inner }}
+</div> \ No newline at end of file