From 2b0ced587c1ae975dbce56397ff44562017e52ff Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 8 Dec 2015 10:41:42 +0100 Subject: [PATCH] [enh] store link to gallery --- prosopopoee | 1 + 1 file changed, 1 insertion(+) diff --git a/prosopopoee b/prosopopoee index 0ddd10e..1e8a15a 100755 --- a/prosopopoee +++ b/prosopopoee @@ -69,6 +69,7 @@ def main(): front_page_galleries_cover.append({ "title": gallery_title, + "link": os.path.join(gallery, "index.html"), "sub_title": gallery_sub_title, "date": gallery_date, })