From b0520d25480a1163adde88d41d27a540d03d70c4 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 29 Dec 2023 15:48:28 -0600 Subject: [PATCH] enable masonry --- templates/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gallery.html b/templates/gallery.html index 5921c5c..35a51ce 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -1,6 +1,6 @@
-
+
{% for this in gallery_items %} {% include 'card.html' %}