diff --git a/docs/usage.md b/docs/usage.md index 0f777070..deff2236 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -54,6 +54,7 @@ webmaster_verifications: bing: 1234 alexa: 1234 yandex: 1234 + baidu: 1234 ``` * `lang` - The locale these tags are marked up in. Of the format `language_TERRITORY`. Default is `en_US`. diff --git a/lib/template.html b/lib/template.html index 0068a819..eabfbd49 100755 --- a/lib/template.html +++ b/lib/template.html @@ -95,6 +95,10 @@ {% if site.webmaster_verifications.yandex %} {% endif %} + + {% if site.webmaster_verifications.baidu %} + + {% endif %} {% elsif site.google_site_verification %} {% endif %}