aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2024-01-12 00:50:52 -0800
committerDan Fandrich <dan@coneharvesters.com>2024-01-12 00:54:02 -0800
commitf213188b9f1efd1ea4e75ddf176a46eab6a054aa (patch)
tree4f0ed49d8acf57b25e38d01728b351a37b0420db
parenta1831f8e834b4005c7636c1d66d2d69b85422043 (diff)
downloadmgamirrors-master.tar
mgamirrors-master.tar.gz
mgamirrors-master.tar.bz2
mgamirrors-master.tar.xz
mgamirrors-master.zip
Fix the favicon link (mga#12220)HEADmaster
-rw-r--r--root/html/includes/header.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/html/includes/header.tt b/root/html/includes/header.tt
index 6534c51..f957dd2 100644
--- a/root/html/includes/header.tt
+++ b/root/html/includes/header.tt
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Mageia mirrors database</title>
- <link rel="icon" type="image/png" href="/g/favicon.png">
+ <link rel="icon" type="image/png" href="//www.mageia.org/g/favicon.png">
[% c.prototype.define_javascript_functions %]
</head>
<body>