Add naver-site-verification to /docs
This commit is contained in:
parent
05dafce68f
commit
0761cac562
2 changed files with 72 additions and 68 deletions
|
@ -54,6 +54,7 @@ google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" # Repla
|
|||
bing_site_verification :
|
||||
alexa_site_verification :
|
||||
yandex_site_verification :
|
||||
naver-site-verification :
|
||||
|
||||
# Social Sharing
|
||||
twitter:
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue