You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2017/12/22 03:09:28 UTC

[incubator-servicecomb-website] 05/05: Try to fix the static logo page issue

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 b852a3d14faa94b17e646ff5a48e988d1ff3eb60
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Wed Dec 20 17:10:55 2017 +0800

    Try to fix the static logo page issue
---
 _includes/masthead.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/masthead.html b/_includes/masthead.html
index 0c2d3b1..87d17fe 100644
--- 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-1.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-1.png"></a>
 	      {% endif %}
         <ul class="visible-links">
           {% for link in site.data.navigation.t[page.lang].main %}

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.