Add naver-site-verification to SEO (#1286)
* Add naver-site-verification to SEO * Add 2 space indent
This commit is contained in:
parent
aeebfaa87c
commit
05dafce68f
2 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,7 @@ google_site_verification :
|
||||||
bing_site_verification :
|
bing_site_verification :
|
||||||
alexa_site_verification :
|
alexa_site_verification :
|
||||||
yandex_site_verification :
|
yandex_site_verification :
|
||||||
|
naver-site-verification :
|
||||||
|
|
||||||
# Social Sharing
|
# Social Sharing
|
||||||
twitter:
|
twitter:
|
||||||
|
|
|
@ -144,4 +144,7 @@
|
||||||
{% if site.yandex_site_verification %}
|
{% if site.yandex_site_verification %}
|
||||||
<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">
|
<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if site.naver-site-verification %}
|
||||||
|
<meta name="naver-site-verification" content="{{ site.naver-site-verification }}">
|
||||||
|
{% endif %}
|
||||||
<!-- end SEO -->
|
<!-- end SEO -->
|
||||||
|
|
Loading…
Reference in a new issue