From 1144b33e33bbf3a05e4e75df8a677c8aa82a3137 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 1 Jun 2025 20:51:29 +0300 Subject: Add stuff --- templates/gallery.html | 72 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 55 insertions(+), 17 deletions(-) (limited to 'templates') diff --git a/templates/gallery.html b/templates/gallery.html index 2950d8e..70f5d25 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -1,24 +1,59 @@ - Drive Photo Gallery - + {{ title }} + + + + +

+ {{ title }} {% if ig_link %} + + Instagram + + {% endif %} +

+ + {% for date in dates %}

{{ date }}

{% endfor %} - {% endfor %} + {% endfor %} {% if dates|length == 0 %} +

No photos yet.

+ {% endif %} -- cgit v1.3