From 392b7b03c86e1d3904859b4f8af367c358cf5531 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:01:36 +0300 Subject: [PATCH] Add google-site-verification --- _config.yml | 1 + _includes/google-site-verification.html | 3 +++ _includes/head.html | 3 ++- _includes/{yandex-webmaster.html => yandex-verification.html} | 0 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 _includes/google-site-verification.html rename _includes/{yandex-webmaster.html => yandex-verification.html} (100%) diff --git a/_config.yml b/_config.yml index 53b63d5..4acf4ad 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,7 @@ show_downloads: google_analytics: G-DNMLX4Z270 yandex_metrika: 68992363 yandex_verification: 8507648c14efec96 +google_site_verification: 0lZ2eOgznBEIVtkL95dRRJgNHxW8muvlKyJ0WveueZQ github: zip_url: http://example.com/download.zip diff --git a/_includes/google-site-verification.html b/_includes/google-site-verification.html new file mode 100644 index 0000000..9322f98 --- /dev/null +++ b/_includes/google-site-verification.html @@ -0,0 +1,3 @@ +{% if site.google_site_verification %} + +{% endif %} \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index bbb8a00..fd57f76 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,5 +6,6 @@ {% seo %} - {% include yandex-webmaster.html %} + {% include yandex-verification.html %} + {% include google-site-verification.html %} \ No newline at end of file diff --git a/_includes/yandex-webmaster.html b/_includes/yandex-verification.html similarity index 100% rename from _includes/yandex-webmaster.html rename to _includes/yandex-verification.html