summaryrefslogtreecommitdiffstatshomepage
path: root/templates/base.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2026-02-06 17:30:49 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2026-02-06 17:30:49 +0530
commit1f1a6a9cf86abae5e7523050f26cbfa5bfa41e89 (patch)
treeaf1b524eb93fa02e0a574fc4adaf01823d63805b /templates/base.html
parentbd8f3070d34c6e8831a39f4e62ab356d9074c7fd (diff)
split styles.css and guestbook.css, cleaned up the site
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 2bdb4e7..31ef012 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="{{ current_url | safe }}" />
+ <link rel="canonical" href="{{ config.extra.baseurl }}{{ current_url | safe }}" />
{% endif %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ config.extra.feed_url | safe }}">