~xdavidwu/xdavidwu.link

61c091a019711a5d605047dc4cdd3c94f80cd4ee — YoungSeon.Ahn 6 years ago 23014f6
Add naver-site-verification to SEO (#1286)

* Add naver-site-verification to SEO

* Add 2 space indent
2 files changed, 4 insertions(+), 0 deletions(-)

M _config.yml
M _includes/seo.html
M _config.yml => _config.yml +1 -0
@@ 54,6 54,7 @@ google_site_verification :
bing_site_verification   :
alexa_site_verification  :
yandex_site_verification :
naver-site-verification :

# Social Sharing
twitter:

M _includes/seo.html => _includes/seo.html +3 -0
@@ 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 -->