You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2023/04/21 20:46:35 UTC

[comdev-site] 01/02: Use absolute path for favicon

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

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

commit 9d911e039faec9adda694a6e09fac0c2d3e9c9e9
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Fri Apr 21 22:39:50 2023 +0200

    Use absolute path for favicon
---
 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 f59e72d..5fe8e91 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="images/favicon.ico">
+  <link rel="shortcut icon" href="/images/favicon.ico">
 
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <link href="/css/main.css" rel="stylesheet" media="screen">