diff options
author | Dennis Eriksen <d@ennis.no> | 2023-01-21 11:02:25 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-01-21 11:02:25 +0100 |
commit | 5f4c0e6ac4a77eb3de31156a64ee083e5681186a (patch) | |
tree | 959ab777e4124afaf6280b39773da47a2101d0bd /templates/page.html | |
parent | Made Riker into a Zola-theme - Rikerz (diff) | |
download | rikerz-5f4c0e6ac4a77eb3de31156a64ee083e5681186a.tar.gz |
fix 404 and relative links
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
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 %} |