We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb5c18 commit 68a8052Copy full SHA for 68a8052
1 file changed
_includes/head.html
@@ -10,8 +10,8 @@
10
{% if include.description %}
11
<meta name="description" content="{{ include.description | strip_html | strip }}">
12
<meta property="og:description" content="{{ include.description | strip_html | strip }}">
13
-<link rel="canonical" href="{{ site.url }}{{ page.url }}">
14
-<meta property="og:url" content="{{ site.url }}{{ page.url }}">
+<link rel="canonical" href="{{ page.url | absolute_url }}">
+<meta property="og:url" content="{{ page.url | absolute_url }}">
15
<meta property="og:site_name" content="{{ include.site_name }}">
16
<meta property="og:image" content="{{ include.og_image }}">
17
{% endif %}
0 commit comments