Commit c61386d 1 parent 7cdf892 commit c61386d Copy full SHA for c61386d
File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,10 @@ valine:
382
382
# Google Analytics
383
383
# google_analytics:
384
384
385
+ # Bing Webmaster tools verification setting
386
+ # See: https://www.bing.com/webmaster/
387
+ # bing_site_verification:
388
+
385
389
# Yandex Webmaster tools verification setting
386
390
# See: https://webmaster.yandex.ru/
387
391
# yandex_site_verification:
Original file line number Diff line number Diff line change 36
36
<meta name="google-site-verification" content="{{ theme.google_site_verification }}" />
37
37
{% endif %}
38
38
39
+ {% if theme.bing_site_verification %}
40
+ <meta name="msvalidate.01" content="{{ theme.bing_site_verification }}" />
41
+ {% endif %}
39
42
40
43
{% if theme.yandex_site_verification %}
41
44
<meta name="yandex-verification" content="{{ theme.yandex_site_verification }}" />
You can’t perform that action at this time.
0 commit comments