Fix canonical

This commit is contained in:
Valentin Popov 2018-04-11 15:25:09 +00:00
parent fda15789bc
commit 5976e199a6

View File

@ -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" />