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

rzo1 pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 939b694  Small fix to resolve footer image on sub-pages
939b694 is described below

commit 939b694a09eba85cbb4d2bb24a0b3d9b33b01c7f
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Apr 22 11:57:29 2024 +0200

    Small fix to resolve footer image on sub-pages
---
 _includes/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index 41e74ae..55d13d7 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,5 +1,5 @@
 <footer class="site-footer">
-       <img src="img/incubator_feather_egg_logo_bw_crop.png" alt="Apache 
Incubator Logo" width="500"><br/>
+       <img src="/img/incubator_feather_egg_logo_bw_crop.png" alt="Apache 
Incubator Logo" width="500"><br/>
 
        Apache StormCrawler is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the p [...]
 <br/> <br/>

Reply via email to