From b3440bdf9b4066a2fead71963a7c06aa1a56e5c6 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 20 Feb 2017 19:03:15 +0100 Subject: [PATCH] Fix path building for empty or "/" SITEURL configurations Add quotes to img src element --- alchemy/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 4c782d3..c5c4704 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -58,13 +58,13 @@
{% if SITEIMAGE %} {% endif %}
-

{{ SITENAME }}

+

{{ SITENAME }}

{% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %}