This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git
commit d22793b51a5bfccf28647b6c2d096fc3786f0ce4 Author: Wang Kirin <[email protected]> AuthorDate: Mon Aug 27 11:19:06 2018 +0800 update website Signed-off-by: Wang Kirin <[email protected]> --- _includes/masthead.html | 4 ++-- assets/images/ServiceComb-logo.png | Bin 0 -> 6109 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/masthead.html b/_includes/masthead.html old mode 100644 new mode 100755 index 87d17fe..baa30f6 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -3,9 +3,9 @@ <div class="masthead__menu"> <nav id="site-nav" class="greedy-nav"> {% if page.lang == "cn" %} - <a class="site-title active" href="{{ '/cn' | absolute_url }}"><img src="{{ '' | absolute_url }}/assets/images/ServiceComb-logo-1.png"></a> + <a class="site-title active" href="{{ '/cn' | absolute_url }}"><img src="{{ '' | absolute_url }}/assets/images/ServiceComb-logo.png"></a> {% else %} - <a class="site-title active" href="{{ '/' | absolute_url }}"><img src="{{ '' | absolute_url }}/assets/images/ServiceComb-logo-1.png"></a> + <a class="site-title active" href="{{ '/' | absolute_url }}"><img src="{{ '' | absolute_url }}/assets/images/ServiceComb-logo.png"></a> {% endif %} <ul class="visible-links"> {% for link in site.data.navigation.t[page.lang].main %} diff --git a/assets/images/ServiceComb-logo.png b/assets/images/ServiceComb-logo.png new file mode 100755 index 0000000..e06f651 Binary files /dev/null and b/assets/images/ServiceComb-logo.png differ
