Skip to content

Commit c61386d

Browse files
committed
Add: Bing verification
Bing webmaster tools
1 parent 7cdf892 commit c61386d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@ valine:
382382
# Google Analytics
383383
#google_analytics:
384384

385+
# Bing Webmaster tools verification setting
386+
# See: https://www.bing.com/webmaster/
387+
#bing_site_verification:
388+
385389
# Yandex Webmaster tools verification setting
386390
# See: https://webmaster.yandex.ru/
387391
#yandex_site_verification:

layout/_partials/head.swig

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<meta name="google-site-verification" content="{{ theme.google_site_verification }}" />
3737
{% endif %}
3838

39+
{% if theme.bing_site_verification %}
40+
<meta name="msvalidate.01" content="{{ theme.bing_site_verification }}" />
41+
{% endif %}
3942

4043
{% if theme.yandex_site_verification %}
4144
<meta name="yandex-verification" content="{{ theme.yandex_site_verification }}" />

0 commit comments

Comments
 (0)