From 560b55e2217a09489d9d918ffd15ca04ead9f597 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 24 Jan 2024 15:42:19 +0000 Subject: [PATCH] docs/recent-changes: added a hero unit --- src/templates/docs/recent-changes.html | 31 +++++++++++++++++++++----- 1 file changed, 25 insertions(+), 6 deletions(-) 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 %} -- 2.47.3