[enh] store link to gallery cover

This commit is contained in:
Laurent Peuch 2015-12-08 10:41:50 +01:00
parent 2b0ced587c
commit 561c26aa7f

View File

@ -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)):