Skip to content

Commit

Permalink
fix typo in seo template (#1687)
Browse files Browse the repository at this point in the history
naver-site-verification to naver_site_verification
  • Loading branch information
GwonHyeok authored and mmistakes committed Jun 4, 2018
1 parent 4f934bf commit 70bff53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,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 }}">
{% if site.naver_site_verification %}
<meta name="naver-site-verification" content="{{ site.naver_site_verification }}">
{% endif %}
<!-- end _includes/seo.html -->

0 comments on commit 70bff53

Please sign in to comment.