[enh] store link to gallery

This commit is contained in:
Laurent Peuch 2015-12-08 10:41:42 +01:00
parent 5716be17d9
commit 2b0ced587c

View File

@ -69,6 +69,7 @@ def main():
front_page_galleries_cover.append({ front_page_galleries_cover.append({
"title": gallery_title, "title": gallery_title,
"link": os.path.join(gallery, "index.html"),
"sub_title": gallery_sub_title, "sub_title": gallery_sub_title,
"date": gallery_date, "date": gallery_date,
}) })