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

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f2044622 Drop obsolete shortcut keyword
f2044622 is described below

commit f2044622c75115f415026ec18bd49f07b15263c6
Author: Sebb <s...@apache.org>
AuthorDate: Mon Aug 25 23:27:53 2025 +0100

    Drop obsolete shortcut keyword
---
 layouts/_default/baseof.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index fda4507a..33e30d28 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -24,7 +24,7 @@
   {{ template "_internal/opengraph.html" . }}
 
   <title>Apache Community Development - {{ .Title }}</title>
-  <link rel="shortcut icon" href="https://apache.org/favicons/favicon.ico";>
+  <link rel="icon" href="https://apache.org/favicons/favicon.ico";>
 
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <link href="/css/main.css" rel="stylesheet" media="screen">

Reply via email to