Skip to content

Commit

Permalink
Add google-site-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Apr 27, 2024
1 parent 12c5500 commit 392b7b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions _includes/google-site-verification.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% if site.google_site_verification %}
<meta name="google-site-verification" content="{{ site.google_site_verification }}" />
{% endif %}
3 changes: 2 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-144-precomposed.png">
{% seo %}
{% include yandex-webmaster.html %}
{% include yandex-verification.html %}
{% include google-site-verification.html %}
</head>
File renamed without changes.

0 comments on commit 392b7b0

Please sign in to comment.