summaryrefslogtreecommitdiffstats
path: root/templates/page.html
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-01-21 11:02:25 +0100
committerDennis Eriksen <d@ennis.no>2023-01-21 11:02:25 +0100
commit5f4c0e6ac4a77eb3de31156a64ee083e5681186a (patch)
tree959ab777e4124afaf6280b39773da47a2101d0bd /templates/page.html
parentMade Riker into a Zola-theme - Rikerz (diff)
downloadrikerz-5f4c0e6ac4a77eb3de31156a64ee083e5681186a.tar.gz
fix 404 and relative links
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 %}