From: Rico Hoppe Date: Wed, 24 Jan 2024 15:42:19 +0000 (+0000) Subject: docs/recent-changes: added a hero unit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560b55e2217a09489d9d918ffd15ca04ead9f597;p=ipfire.org.git docs/recent-changes: added a hero unit --- diff --git a/src/templates/docs/recent-changes.html b/src/templates/docs/recent-changes.html index 27a179fa..46a2d4d1 100644 --- a/src/templates/docs/recent-changes.html +++ b/src/templates/docs/recent-changes.html @@ -2,13 +2,32 @@ {% block title %}{{ _("Recent Changes") }}{% end block %} -{% block content %} -
-
-

{{ _("Recent Changes") }}

+{% block container %} +
+
+
+ +

{{ _("Recent Changes") }}

+
+
+
+
+
{% module DocsList(recent_changes, show_changes=True) %} -
-
+ + {% end block %}