From 419ce00c0e4d92f8e332f03b65b65dacbd0d8000 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Thu, 11 Feb 2016 23:19:24 +0100 Subject: [PATCH] fix tags --- prosopopee/prosopopee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 6b3c223..84dd0ba 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -158,7 +158,7 @@ def main(): gallery_title = gallery_settings["title"] gallery_sub_title = gallery_settings.get("sub_title", "") gallery_date = gallery_settings["date"] if "date" in gallery_settings else "" - gallery_tags = gallery_settings["tags"] if "date" in gallery_settings else "" + gallery_tags = gallery_settings["tags"] if "tags" in gallery_settings else "" if gallery_settings.get("public", True): front_page_galleries_cover.append({