This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new c0ad876 Add favicon
c0ad876 is described below
commit c0ad87600bcdbce3b538f946a8c72cc664da0de8
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Nov 4 07:40:58 2025 -0500
Add favicon
The Daffodil site doesn't define have a favicon it falls back to the
apache.org favicon. This can make bookmarks confusing. This adds the
daffodil logo icon and a link tag to the default page to reference it.
---
site/_includes/themes/apache/default.html | 2 ++
site/assets/themes/apache/img/apache-daffodil-icon.png | Bin 0 -> 17014 bytes
2 files changed, 2 insertions(+)
diff --git a/site/_includes/themes/apache/default.html
b/site/_includes/themes/apache/default.html
index 264b9e1..bec8f35 100644
--- a/site/_includes/themes/apache/default.html
+++ b/site/_includes/themes/apache/default.html
@@ -14,6 +14,8 @@
<script
src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
+ <link href="/assets/themes/apache/img/apache-daffodil-icon.png" rel="icon"
type="image/png">
+
<link href="/assets/themes/apache/bootstrap/css/bootstrap.css"
rel="stylesheet">
<link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet"
type="text/css">
<link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"
type="text/css" media="screen" />
diff --git a/site/assets/themes/apache/img/apache-daffodil-icon.png
b/site/assets/themes/apache/img/apache-daffodil-icon.png
new file mode 100644
index 0000000..e75b891
Binary files /dev/null and
b/site/assets/themes/apache/img/apache-daffodil-icon.png differ