Fix logos

Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/152a4b4c
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/152a4b4c
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/152a4b4c

Branch: refs/heads/master
Commit: 152a4b4c2a472e8c3568b3634be22600b19b4053
Parents: d49ac98
Author: Bertrand Delacretaz <bdelacre...@apache.org>
Authored: Wed Jun 14 12:17:37 2017 -0400
Committer: Bertrand Delacretaz <bdelacre...@apache.org>
Committed: Wed Jun 14 12:17:37 2017 -0400

----------------------------------------------------------------------
 OLD-from-apache-cms/assets/apache.png | Bin 12022 -> 0 bytes
 assets/res/logos/apache.png           | Bin 0 -> 12022 bytes
 templates/header.tpl                  |   4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/152a4b4c/OLD-from-apache-cms/assets/apache.png
----------------------------------------------------------------------
diff --git a/OLD-from-apache-cms/assets/apache.png 
b/OLD-from-apache-cms/assets/apache.png
deleted file mode 100644
index fc3f667..0000000
Binary files a/OLD-from-apache-cms/assets/apache.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/sling-site/blob/152a4b4c/assets/res/logos/apache.png
----------------------------------------------------------------------
diff --git a/assets/res/logos/apache.png b/assets/res/logos/apache.png
new file mode 100644
index 0000000..fc3f667
Binary files /dev/null and b/assets/res/logos/apache.png differ

http://git-wip-us.apache.org/repos/asf/sling-site/blob/152a4b4c/templates/header.tpl
----------------------------------------------------------------------
diff --git a/templates/header.tpl b/templates/header.tpl
index 52af592..dbd75e9 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -10,12 +10,12 @@ link(rel:"stylesheet", 
href:"${config.site_contextPath}res/css/codehilite.css")
 div(class:"title") {
   div(class:"logo") {
          a(href:"http://sling.apache.org";) {
-               img(border:"0", alt="Apache Sling", 
src="${config.site_contextPath}res/logos/sling.svg")
+               img(border:"0", alt:"Apache Sling", 
src:"${config.site_contextPath}res/logos/sling.svg")
          }
   }
   div(class:"header") {
          a(href:"http://www.apache.org";) {
-               img(border:"0", alt="Apache", 
src="${config.site_contextPath}res/logos/apache.png")
+               img(border:"0", alt:"Apache", 
src:"${config.site_contextPath}res/logos/apache.png")
          }
   }
 }

Reply via email to