diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-11 17:20:47 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-11 17:20:47 +0300 |
commit | 2cd355b74a06a91b16a27dd769744fd38b8ac405 (patch) | |
tree | 3c0cb4b7b2a04a7f622c5eb4b2709a9d49599cb8 | |
parent | e15671fddaaa07eab3876ee4a86f72965d0dbcb8 (diff) | |
download | popov.link-2cd355b74a06a91b16a27dd769744fd38b8ac405.tar.xz popov.link-2cd355b74a06a91b16a27dd769744fd38b8ac405.zip |
Domain verification
-rw-r--r-- | _includes/head.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/head.html b/_includes/head.html index ec6a599..e9441ff 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -23,8 +23,8 @@ <!-- Search engines --> <link rel="canonical" href="{{ site.url | absolute_url | uri_escape }}" /> - <meta name="google-site-verification" content="BkBsaYAO1LuQDRceyK2odvcpfuP2al0y04LnBda1uvE" /> - <meta name="yandex-verification" content="14221e61b87bbd27" /> + <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" /> <!-- Title / Description --> |