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.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html
index 8a30fc5..f9e546e 100644
--- a/layouts/shortcodes/gallery.html
+++ b/layouts/shortcodes/gallery.html
@@ -1,5 +1,3 @@
-<div class="gallery">
- <div class="gallery-inner">
- {{ .Inner }}
- </div>
+<div class="photo-grid" data-lightbox="true">
+ {{ .Inner }}
</div>