From: Michael Tremer Date: Wed, 29 Nov 2023 17:00:54 +0000 (+0000) Subject: downloads: Move link to mirrors onto the sitemap X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ebd2b011118f0a06c0afe54c2cc1ea40a558db8;p=ipfire.org.git downloads: Move link to mirrors onto the sitemap Signed-off-by: Michael Tremer --- diff --git a/src/templates/downloads/mirrors.html b/src/templates/downloads/mirrors.html index 691d8e0d..04816c7f 100644 --- a/src/templates/downloads/mirrors.html +++ b/src/templates/downloads/mirrors.html @@ -26,9 +26,9 @@ {{ _("Mirrors") }}

- {{ _("IPFire downloads are being served from %(total)s mirror servers " - "sponsored by various organizations in %(countries)s countries " - "helping us making it available for everyone") % { "total" : total, "countries" : countries } }} + {{ _("IPFire downloads from %(total)s mirrors in %(countries)s countries, " + "sponsored by diverse organizations, ensure global accessibility for all" + ) % { "total" : total, "countries" : countries } }}

diff --git a/src/templates/downloads/release.html b/src/templates/downloads/release.html index ad1ee257..9e32e3f3 100644 --- a/src/templates/downloads/release.html +++ b/src/templates/downloads/release.html @@ -101,34 +101,7 @@ - - -
-
-
-
-
-
-

- {{ _("All downloads will be served from one of our mirror servers that are sponsored by various organisations from all around the world to help us make IPFire available for everyone") }} -

-
-
- -
-
-
-
+ {% end block %} {% block javascript %} diff --git a/src/templates/static/sitemap.html b/src/templates/static/sitemap.html index 04653ce5..5bf4ca4d 100644 --- a/src/templates/static/sitemap.html +++ b/src/templates/static/sitemap.html @@ -205,6 +205,17 @@ +
+
+

{{ _("Around the Globe") }}

+

+ + {{ _("Mirrors") }} + +

+
+
+ {% if current_user and current_user.is_staff() %}