Skip to content

Commit

Permalink
Add naver-site-verification to SEO (#1286)
Browse files Browse the repository at this point in the history
* Add naver-site-verification to SEO

* Add 2 space indent
  • Loading branch information
LoveMeWithoutAll authored and mmistakes committed Oct 4, 2017
1 parent aeebfaa commit 05dafce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :
naver-site-verification :

# Social Sharing
twitter:
Expand Down
3 changes: 3 additions & 0 deletions _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,7 @@
{% if site.yandex_site_verification %}
<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">
{% endif %}
{% if site.naver-site-verification %}
<meta name="naver-site-verification" content="{{ site.naver-site-verification }}">
{% endif %}
<!-- end SEO -->

0 comments on commit 05dafce

Please sign in to comment.