diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-02-06 17:39:28 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-02-06 17:39:28 +0530 |
| commit | 3c3ecc386ad436089c4cf3a59ec03bdbd0072e04 (patch) | |
| tree | 99d35fe2a36aa3bdd20543978b883bb4d05a7bb7 /templates/base.html | |
| parent | 1f1a6a9cf86abae5e7523050f26cbfa5bfa41e89 (diff) | |
fixed rel canonical
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
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 }}"> |