From 3440a8cfcb0d85dcfb98915d5799939978fcaee6 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Fri, 4 Nov 2016 14:43:29 +0100 Subject: [PATCH] fix og in light theme --- prosopopee/prosopopee.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 7c3ef6a..835520a 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -395,6 +395,7 @@ def build_gallery(settings, gallery_settings, gallery_path, template): Image=Image, Video=Video, link=gallery_light_path + name=gallery_path.split('/', 1)[-1] ).encode("Utf-8") open(Path("build").joinpath(gallery_light_path, "index.html"), "w").write(html)