From b06ebab241e01ba28771af9dfb422ab690518bd9 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 19 Mar 2023 11:23:43 -0700 Subject: [PATCH] Update photogallery css to match my personal site style. --- photogallery.py | 324 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 290 insertions(+), 34 deletions(-) diff --git a/photogallery.py b/photogallery.py index 73c302c..5f23e78 100644 --- a/photogallery.py +++ b/photogallery.py @@ -24,20 +24,47 @@ def imagegallery_argparse(args): @@ -116,14 +291,16 @@ def imagegallery_argparse(args):

Click each photo to view its full resolution. Click the number to download it.

{% for file in files %} -
+
+ {% endfor %}