summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/gallery.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/gallery.html')
-rw-r--r--layouts/shortcodes/gallery.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html
new file mode 100644
index 0000000..8a30fc5
--- /dev/null
+++ b/layouts/shortcodes/gallery.html
@@ -0,0 +1,5 @@
+<div class="gallery">
+ <div class="gallery-inner">
+ {{ .Inner }}
+ </div>
+</div>