This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git
The following commit(s) were added to refs/heads/master by this push:
new 4277a28a fix page head meta
4277a28a is described below
commit 4277a28ac9e750dda38e40949b79196af10719ae
Author: plainheart <[email protected]>
AuthorDate: Fri Nov 18 12:03:10 2022 +0800
fix page head meta
---
_jade/layouts/basic.jade | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/_jade/layouts/basic.jade b/_jade/layouts/basic.jade
index b89efc61..42def47c 100644
--- a/_jade/layouts/basic.jade
+++ b/_jade/layouts/basic.jade
@@ -11,10 +11,14 @@ html(lang='#{htmlAttrLang}')
head
meta(charset='utf-8')
- meta(http-equiv='X-UA-Compatible', content='IE=edge')
- meta(name='viewport', content='width=device-width, initial-scale=1',
user-scalable="no")
-
- meta(name="description" content="ECharts, a powerful, interactive
charting and visualization library for browser")
+ meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
+ meta(name='viewport',
content='width=device-width,initial-scale=1,user-scalable=no')
+
+ if ecWWWLang == 'zh'
+ meta(name="description" content="Apache
ECharts,一款基于JavaScript的数据可视化图表库,提供直观,生动,可交互,可个性化定制的数据可视化图表。")
+ else
+ meta(name="description" content="Apache ECharts, a powerful,
interactive charting and visualization library for browser")
+ meta(name="keywords"
content="echarts,apache,charts,data-visualization,charting-library,visualization,data-viz,canvas,svg,plot,graph")
link(rel='shortcut icon',
href='#{cdnPayRoot}/#{ecWWWLang}/images/favicon.png?_v_=#{cdnPayVersion}')
link(rel='stylesheet', type='text/css',
href='#{cdnThirdParty.bootstrapCSS}')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]