From 572036a292ecdf2087c3bad6447e3614ea1af35f Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 28 Dec 2023 23:13:28 -0600 Subject: [PATCH] don't ignore the gallery template --- .gitignore | 1 - templates/gallery.html | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 templates/gallery.html diff --git a/.gitignore b/.gitignore index 9773f98..c48c048 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ thumbs/* GenThumb.log index*.html .vscode -gallery.html **/example/** **/*venv/** test.html diff --git a/templates/gallery.html b/templates/gallery.html new file mode 100644 index 0000000..5e0a883 --- /dev/null +++ b/templates/gallery.html @@ -0,0 +1,12 @@ +
+
+
+ + {% for gallary in gallery_items %} + {% include 'card.html' %} + {# include 'card_loading.html' #} + {% endfor %} + +
+
+