aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2018-04-11 18:25:09 +0300
committerValentin Popov <valentineus@gmail.com>2018-04-11 18:25:09 +0300
commit5976e199a6a8cc411021e53ae65679a1f8ad9504 (patch)
treeafdf2d3de50d5abd7ecf15707159ff878918230c /_includes
parentfda15789bc00daef9042ad5f720e959ba726fd9c (diff)
downloadpopov.link-5976e199a6a8cc411021e53ae65679a1f8ad9504.tar.xz
popov.link-5976e199a6a8cc411021e53ae65679a1f8ad9504.zip
Fix canonical
Diffstat (limited to '_includes')
-rw-r--r--_includes/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 0bd65cb..373649a 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -22,7 +22,7 @@
<link rel="profile" href="http://gmpg.org/xfn/11" />
<!-- Search engines -->
- <link rel="canonical" href="{{ site.url | absolute_url | uri_escape }}" />
+ <link rel="canonical" href="{{ page.url | absolute_url | uri_escape }}" />
<meta name="google-site-verification" content="{{ site.verification.google | strip_newlines | strip_html | strip | normalize_whitespace | cgi_escape }}" />
<meta name="yandex-verification" content="{{ site.verification.yandex | strip_newlines | strip_html | strip | normalize_whitespace | cgi_escape }}" />
<meta name="robots" content="index, follow" />