From aee9953687736a78c27393c7a424fabf80f59380 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Wed, 28 Mar 2018 10:40:31 +0200 Subject: [PATCH] fix light theme --- prosopopee/themes/light/templates/sections/author.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/prosopopee/themes/light/templates/sections/author.html b/prosopopee/themes/light/templates/sections/author.html index 7685968..cdf20b6 100644 --- a/prosopopee/themes/light/templates/sections/author.html +++ b/prosopopee/themes/light/templates/sections/author.html @@ -1,7 +1,12 @@ +{% if settings.settings.light_mode %} +{% set pathstatic = ".." %} +{% else %} +{% set pathstatic = "." %} +{% endif %} {% set image = Image(section.image) %} {{ image.copy() }}
- +
Story by

{{ section.name }}