From 561c26aa7f0835dd9f297c879ff8ef843db56af3 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 8 Dec 2015 10:41:50 +0100 Subject: [PATCH] [enh] store link to gallery cover --- prosopopoee | 1 + 1 file changed, 1 insertion(+) diff --git a/prosopopoee b/prosopopoee index 1e8a15a..89de881 100755 --- a/prosopopoee +++ b/prosopopoee @@ -72,6 +72,7 @@ def main(): "link": os.path.join(gallery, "index.html"), "sub_title": gallery_sub_title, "date": gallery_date, + "cover": cover_image_path, }) if not os.path.exists(os.path.join("build", gallery)):