summaryrefslogtreecommitdiffstats
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 6a83bc0..7405a3f 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -4,7 +4,7 @@
{% block header %}
<header>
- <a href="/"><img id="logofloat" src="{{ config.extra.logo }}" /></a>
+ <a href="/"><img id="logofloat" src="{{ config.extra.logo | safe }}" /></a>
</header>
{% endblock header %}