From 8f77ca599831d3016caeeb8eaa5ebb35769bcddc Mon Sep 17 00:00:00 2001 From: ivanhercaz Date: Thu, 16 Jan 2020 14:00:57 +0000 Subject: [PATCH] :bug: Change SITEURL by main_siteurl (fix #29) This commit change the variable SITEURL in the links to the assets in the head of base.html () by mail_siteurl because if in a multilingual website is used SITEURL, this one change for each language, so it is necessary a variable that doesn't change across the language options. See #29 for more information about it. --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 6520080..5228462 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,8 +18,8 @@ {% endif %} {% block title %}{{ SITENAME|striptags|e }}{% endblock title %} - - + + {% if MATOMO %} {{ MATOMO }}