added gallery shortcodes. added formatting shortcodes. Minor works on styling.
[theme-danix.xyz.git] / layouts / shortcodes / gallery.html
diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html
new file mode 100644 (file)
index 0000000..63b6d90
--- /dev/null
@@ -0,0 +1,5 @@
+<div class="box gallery">
+    <div class="gallery-inner">
+        {{ .Inner }}
+    </div>
+</div>