Add Baidu site verfication (#2830)

This commit is contained in:
luweizheng
2021-04-13 15:53:30 -04:00
committed by GitHub
parent 641ca6f3d8
commit deaed193af
2 changed files with 19 additions and 0 deletions
+3
View File
@@ -152,4 +152,7 @@
{% if site.naver_site_verification %}
<meta name="naver-site-verification" content="{{ site.naver_site_verification }}">
{% endif %}
{% if site.baidu_site_verification %}
<meta name="baidu-site-verification" content="{{ site.baidu_site_verification }}">
{% endif %}
<!-- end _includes/seo.html -->