From c6523089793ea0baaf9ac5aab6b9019e2ed86386 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Mon, 4 Oct 2021 19:40:36 +0000 Subject: [PATCH] Improved gallery layout link to gallery images --- imgin/config.py | 3 +-- imgin/web/gallery.html | 2 +- imgin/web/theme.css | 5 +++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/imgin/config.py b/imgin/config.py index ff340c7..728fc41 100644 --- a/imgin/config.py +++ b/imgin/config.py @@ -1,4 +1,3 @@ IMAGE_CACHE = '/tmp/imgin-imgur-images/' -SINGLE_IMAGE_DELETE_AFTER_SECS = 60 -ALBUM_DELETE_AFTER_SECS = 120 +SINGLE_IMAGE_DELETE_AFTER_SECS = 600 template_dir = 'imgin/web/' \ No newline at end of file diff --git a/imgin/web/gallery.html b/imgin/web/gallery.html index f556b57..8d7b4ce 100644 --- a/imgin/web/gallery.html +++ b/imgin/web/gallery.html @@ -10,7 +10,7 @@ % for img in imgs: - +
% end