]> git.ipfire.org Git - ipfire.org.git/commitdiff
downloads: Add link to mirrors
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Nov 2020 19:39:34 +0000 (19:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Nov 2020 19:39:34 +0000 (19:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/download/release.html

index 6917fa5fa6ae6b37e8f702997f903caa9ef84522..c2baf23afbb4373d2038b75e6179389563c39fd0 100644 (file)
                        </div>
                </div>
        </section>
+
+       <div class="container">
+               <section>
+                       <p>
+                               {{ _("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") }}
+                       </p>
+
+                       <a class="btn btn-light btn-block" href="/download/mirrors">
+                               {{ _("Browse Mirrors") }}
+                       </a>
+               </section>
+       </div>
 {% end block %}
 
 {% block javascript %}