Add naver-site-verification to /docs

This commit is contained in:
Michael Rose 2017-10-04 11:17:45 -04:00
parent 05dafce68f
commit 0761cac562
2 changed files with 72 additions and 68 deletions

View file

@ -54,6 +54,7 @@ google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" # Repla
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 -->