From cc9cbcf2fdf7eba550f6924be34a6a0efc71d8d0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 26 Oct 2018 20:00:00 +0100 Subject: [PATCH] mirrors: Add subtitle to header Signed-off-by: Michael Tremer --- src/templates/base.html | 2 ++ src/templates/mirrors/index.html | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 3dca7ea3..8e4b9f60 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -23,6 +23,8 @@ {% if hostname == "blog.ipfire.org" %} {{ _("Blog") }} + {% elif hostname == "mirrors.ipfire.org" %} + {{ _("Mirrors") }} {% elif hostname == "people.ipfire.org" %} {{ _("People") }} {% end %} diff --git a/src/templates/mirrors/index.html b/src/templates/mirrors/index.html index 02478ac5..5ff7169d 100644 --- a/src/templates/mirrors/index.html +++ b/src/templates/mirrors/index.html @@ -3,16 +3,6 @@ {% block title %}{{ _("Mirrors") }}{% end block %} {% block content %} -
-
-
-
-

{{ _("Mirrors") }}

-
-
-
-
-
-- 2.47.3