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

rombert pushed a commit to branch issue/cleanup-logo-reference
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit c76a7662ad0f5cce62f4de7310ba0737ef42bea7
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Aug 26 15:00:15 2025 +0200

    Use ASF log from the official location
    
    No need to ship our own copy.
---
 src/main/jbake/assets/res/logos/apache.png | Bin 12022 -> 0 bytes
 src/main/jbake/templates/logos.tpl         |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/assets/res/logos/apache.png 
b/src/main/jbake/assets/res/logos/apache.png
deleted file mode 100644
index fc3f6677d..000000000
Binary files a/src/main/jbake/assets/res/logos/apache.png and /dev/null differ
diff --git a/src/main/jbake/templates/logos.tpl 
b/src/main/jbake/templates/logos.tpl
index ba7ac093c..829dc0230 100644
--- a/src/main/jbake/templates/logos.tpl
+++ b/src/main/jbake/templates/logos.tpl
@@ -6,6 +6,6 @@
     }
     div(class:"header") {
         a(href:"https://www.apache.org";) {
-            img(border:"0", alt:"Apache", 
src:"${config.site_contextPath}res/logos/apache.png")
+            img(border:"0", alt:"Apache", 
src:"https://www.apache.org/img/asf_logo.png";)
         }
     }

Reply via email to