summaryrefslogtreecommitdiff
path: root/_layouts/global.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/global.html')
-rw-r--r--_layouts/global.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/global.html b/_layouts/global.html
index b35de9464..6f02c165b 100644
--- a/_layouts/global.html
+++ b/_layouts/global.html
@@ -13,7 +13,7 @@
{% if page.redirect %}
<meta http-equiv="refresh" content="0; url={{site.baseurl}}/{{page.redirect}}">
- <link rel="canonical" href="{{site.url}}{{site.baseurl}}{{page.redirect}}" />
+ <link rel="canonical" href="{{site.url}}{{site.baseurl}}/{{page.redirect}}" />
{% endif %}
{% if page.description %}