Fix favicon

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

Branch: refs/heads/master
Commit: 08947a4c019cd840a28e4e6f4e55dbfea7c8781f
Parents: 081c292
Author: Bertrand Delacretaz <bdelacre...@apache.org>
Authored: Tue Jun 20 16:25:45 2017 +0200
Committer: Bertrand Delacretaz <bdelacre...@apache.org>
Committed: Tue Jun 20 16:25:45 2017 +0200

----------------------------------------------------------------------
 OLD-from-apache-cms/assets/favicon.ico | Bin 1150 -> 0 bytes
 assets/res/favicon.ico                 | Bin 0 -> 1150 bytes
 content/favicon.ico                    | Bin 1150 -> 0 bytes
 templates/header.tpl                   |   1 +
 4 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/08947a4c/OLD-from-apache-cms/assets/favicon.ico
----------------------------------------------------------------------
diff --git a/OLD-from-apache-cms/assets/favicon.ico 
b/OLD-from-apache-cms/assets/favicon.ico
deleted file mode 100644
index a36e242..0000000
Binary files a/OLD-from-apache-cms/assets/favicon.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/sling-site/blob/08947a4c/assets/res/favicon.ico
----------------------------------------------------------------------
diff --git a/assets/res/favicon.ico b/assets/res/favicon.ico
new file mode 100644
index 0000000..a36e242
Binary files /dev/null and b/assets/res/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/sling-site/blob/08947a4c/content/favicon.ico
----------------------------------------------------------------------
diff --git a/content/favicon.ico b/content/favicon.ico
deleted file mode 100644
index a36e242..0000000
Binary files a/content/favicon.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/sling-site/blob/08947a4c/templates/header.tpl
----------------------------------------------------------------------
diff --git a/templates/header.tpl b/templates/header.tpl
index 9d413b4..b5a84b1 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -5,6 +5,7 @@ title("${config.blog_title}") newLine()
 // For now, try to reproduce the layout of the current website, to be able to 
compare pages
 
 link(rel:"stylesheet", href:"${config.site_contextPath}res/css/site.css") 
newLine()
+link(rel:"icon", href:"${config.site_contextPath}res/favicon.ico") newLine()
 
 div(class:"title") {
   div(class:"logo") {

Reply via email to