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

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 1275d59  Add a favicon
1275d59 is described below

commit 1275d590f7926709459240dac765fede77573f50
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Aug 25 18:50:55 2025 +0100

    Add a favicon
---
 atr/templates/layouts/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html
index 6074860..0c7e59f 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -10,6 +10,9 @@
       {% endblock title %}
     </title>
 
+    <link rel="icon"
+          type="image/x-icon"
+          href="https://apache.org/favicons/favicon.ico"; />
     {% block stylesheets %}
       <link rel="stylesheet"
             href="{{ url_for('static', filename='css/normalize.css') }}" />


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to