From: Michael Tremer Date: Mon, 18 Mar 2019 16:17:35 +0000 (+0000) Subject: Improve description text X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18c4ff951a4b800f25d3b931bdb66fe62c79a4c1;p=ipfire.org.git Improve description text Signed-off-by: Michael Tremer --- diff --git a/src/templates/base.html b/src/templates/base.html index d9ee78a0..146cbea1 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -6,7 +6,6 @@ - {% for res in ("72x72", "76x76", "120x120", "144x144", "152x152", "180x180") %} diff --git a/src/templates/blog/index.html b/src/templates/blog/index.html index 4ea36226..dce3d300 100644 --- a/src/templates/blog/index.html +++ b/src/templates/blog/index.html @@ -2,6 +2,10 @@ {% block title %}{{ _("Welcome!") }}{% end block %} +{% block head %} + +{% end %} + {% block main %}
diff --git a/src/templates/index.html b/src/templates/index.html index 27a2d32f..2a3d3f3e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block head %} + {% end block %} @@ -33,7 +34,7 @@

{{ _("Secure your network with IPFire") }}

- {{ _("IPFire is a versatile, state-of-the-art Open Source firewall based on Linux.") }} + {{ _("IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.") }} {{ _("Its ease of use, high performance in any scenario and extensibility make it usable for everyone.") }}