diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2024-01-12 00:50:52 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2024-01-12 00:54:02 -0800 |
commit | f213188b9f1efd1ea4e75ddf176a46eab6a054aa (patch) | |
tree | 4f0ed49d8acf57b25e38d01728b351a37b0420db | |
parent | a1831f8e834b4005c7636c1d66d2d69b85422043 (diff) | |
download | mgamirrors-f213188b9f1efd1ea4e75ddf176a46eab6a054aa.tar mgamirrors-f213188b9f1efd1ea4e75ddf176a46eab6a054aa.tar.gz mgamirrors-f213188b9f1efd1ea4e75ddf176a46eab6a054aa.tar.bz2 mgamirrors-f213188b9f1efd1ea4e75ddf176a46eab6a054aa.tar.xz mgamirrors-f213188b9f1efd1ea4e75ddf176a46eab6a054aa.zip |
Fix the favicon link (mga#12220)
-rw-r--r-- | root/html/includes/header.tt | 2 |
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> |