Skip to content

Commit 51f003a

Browse files
committed
add ce.baidu.com
1 parent 870356b commit 51f003a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ github:
137137
baidusitemap:
138138
url: http://aotu.io/
139139

140+
baiduce: 2b74a5aea155a215abea8547f929190c
141+
140142
# filter_cleanup
141143
hfc_useref:
142144
enable: true
@@ -183,4 +185,4 @@ hfc_favicons:
183185
logo_url: img/o2logo.png
184186

185187
wechat:
186-
jssdk_url: https://aotu.jd.com/aotu-wx-api/api/wx/jssdk/signature
188+
jssdk_url: https://aotu.jd.com/aotu-wx-api/api/wx/jssdk/signature

themes/lattice/layout/_partial/common/head.swig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
99
<meta name="format-detection" content="telephone=yes" />
1010
<meta name="mobile-web-app-capable" content="yes" />
11-
<meta name="robots" content="index, follow" />
11+
<meta name="robots" content="index, follow" />
12+
13+
{% if config.baiduce %}
14+
<meta baidu-gxt-verify-token="{{ config.baiduce }}" />
15+
{% endif%}
1216

1317
<!-- keywords -->
1418
<meta name="keywords" content="{{ page_keywords(true) }}"/>

0 commit comments

Comments
 (0)