From: Michael Tremer Date: Tue, 19 Nov 2019 11:12:22 +0000 (+0000) Subject: index: Remove "What's New" section X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78ce1dc6b153ac1beb31cabf0be31e776b742acc;p=ipfire.org.git index: Remove "What's New" section This is too far down and people do not really see it Signed-off-by: Michael Tremer --- diff --git a/src/templates/index.html b/src/templates/index.html index 0162ffa0..c0b039d3 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -96,60 +96,4 @@ - -
-
-
-
-

{{ _("Latest Release") }}

- -

- {{ locale.format_date(latest_release.date, shorter=True) }} -

- -

- {% if latest_release.post %} - - {{ _("%s has been released!") % latest_release.name }} - - {% else %} - {{ _("%s has been released!") % latest_release.name }} - {% end %} -

- - -
- -
-

{{ _("What's going on?") }}

- -
- {% for post in posts %} -
- {{ locale.format_date(post.published_at, relative=True, shorter=True) }}   -
- -
- {{ post.title }} -
- {% end %} -
- - {{ _("Read More") }} -
-
-
-
{% end block %}