You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by yi...@apache.org on 2018/11/28 18:26:08 UTC

[incubator-marvin-website] 25/31: Fix broken logo

This is an automated email from the ASF dual-hosted git repository.

yifeizhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git

commit 54236668e82ff780371667c1fa13052c26c35577
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Wed Mar 2 15:56:47 2016 -0800

    Fix broken logo
---
 site/_includes/themes/apache/_navigation.html | 2 +-
 site/_includes/themes/apache/footer.html      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/_includes/themes/apache/_navigation.html b/site/_includes/themes/apache/_navigation.html
index b038440..786e96b 100644
--- a/site/_includes/themes/apache/_navigation.html
+++ b/site/_includes/themes/apache/_navigation.html
@@ -8,7 +8,7 @@
             <span class="icon-bar"></span>
           </button>
           <a class="navbar-brand" href="{{ BASE_PATH }}">
-              <img src="assets/themes/apache/img/logo.png" width="50">
+              <img src="/assets/themes/apache/img/logo.png" width="50">
               {{ site.data.project.name }}
           </a>
         </div>
diff --git a/site/_includes/themes/apache/footer.html b/site/_includes/themes/apache/footer.html
index f4acf71..50d9b72 100644
--- a/site/_includes/themes/apache/footer.html
+++ b/site/_includes/themes/apache/footer.html
@@ -13,7 +13,7 @@
             <div style="text-align:center;">
                 {% if site.data.project.podling %}
                 <div style="margin-top: 20px; margin-bottom: 20px;">
-                    <a href="http://incubator.apache.org"><img src="assets/themes/apache/img/egg-logo.png"
+                    <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/egg-logo.png"
                                                                alt="Apache Incubator"/></a>
                 </div>
                 {% endif %}