1 parent 09e89cd commit 8051828Copy full SHA for 8051828
1 file changed
docs/_layouts/default.html
@@ -9,7 +9,7 @@
9
<title>{% if page.title %}{{ page.title | escape }} - {% endif %}{{ site.title | escape }}</title>
10
11
<link rel="stylesheet" href="{{ '/assets/css/gopher-theme.css' | relative_url }}">
12
- <link rel="canonical" href="{{ page.url | absolute_url }}">
+ <link rel="canonical" href="{{ page.url | relative_url | absolute_url }}">
13
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ '/feed.xml' | relative_url }}">
14
15
{% seo %}
0 commit comments