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 1a95709d fix en site footer
1a95709d is described below
commit 1a95709d861b9a65e89aff97f9cd67f7c49c74de
Author: plainheart <[email protected]>
AuthorDate: Sat Sep 20 03:18:42 2025 +0800
fix en site footer
---
_jade/en/footer.jade | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/_jade/en/footer.jade b/_jade/en/footer.jade
index 2aecf19a..3e5ef1ea 100644
--- a/_jade/en/footer.jade
+++ b/_jade/en/footer.jade
@@ -2,7 +2,8 @@ footer
.container
.row
.col-md-9
- p Copyright © 2017-#{copyRightYear}, The Apache Software
Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache
ECharts project logo are either registered trademarks or trademarks of the
Apache Software Foundation.
+ p Copyright © 2017-#{copyRightYear}, The Apache Software
Foundation. Apache ECharts, ECharts, Apache, the Apache logo, and the Apache
ECharts project logo are either registered trademarks or trademarks of the
Apache Software Foundation.
+
.icon-panel
a.footer-icon(href='mailto:[email protected]?body=%28Thanks%20for%20using%20ECharts.%20Email%20us%20if%20you%20have%20non-technical%20problems%20using%20ECharts.%20For%20technical%20support%2C%20please%20go%20to%20https%3A//github.com/apache/echarts/issues%20.%29')
img(src='#{cdnPayRoot}/#{ecWWWLang}/images/icon-email.png?_v_=#{cdnPayVersion}')
@@ -12,6 +13,7 @@ footer
img(src='#{cdnPayRoot}/#{ecWWWLang}/images/icon-weibo.png?_v_=#{cdnPayVersion}')
a.footer-icon(href='https://github.com/apache/echarts')
img(src='#{cdnPayRoot}/#{ecWWWLang}/images/icon-github.png?_v_=#{cdnPayVersion}')
+
.col-md-3#footer-icon-panel
a(href='https://www.apache.org')
img(src='#{cdnPayRoot}/#{ecWWWLang}/images/asf_logo.svg?_v_=#{cdnPayVersion}',
class="footer-apache-logo")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]