From 53c947cb5b61b241c4fccf2df2fafa5733a7a6c8 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 30 Dec 2022 19:52:13 -0800 Subject: [PATCH] adding gallery --- _includes/gallery.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _includes/gallery.html diff --git a/_includes/gallery.html b/_includes/gallery.html new file mode 100644 index 0000000..da9b8c7 --- /dev/null +++ b/_includes/gallery.html @@ -0,0 +1,7 @@ +
+{% for img in page.images %} +
+ {{ img.title }} +
+{% endfor %} +
-- 2.34.1