Add naver-site-verification to SEO (#1286)

* Add naver-site-verification to SEO

* Add 2 space indent
This commit is contained in:
YoungSeon.Ahn 2017-10-05 00:16:08 +09:00 committed by Michael Rose
parent aeebfaa87c
commit 05dafce68f
2 changed files with 4 additions and 0 deletions

View file

@ -54,6 +54,7 @@ google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :
naver-site-verification :
# Social Sharing
twitter:

View file

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