summaryrefslogtreecommitdiffstatshomepage
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 31ef012..9a4d4fa 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -11,7 +11,7 @@
{% block head_extra %}{% endblock head_extra %}
{% if current_url %}
- <link rel="canonical" href="{{ config.extra.baseurl }}{{ current_url | safe }}" />
+ <link rel="canonical" href="{{ config.extra.baseurl | safe }}{{ current_url | safe }}" />
{% endif %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ config.extra.feed_url | safe }}">