From 2c214a084f3968dd7318921afaa3d70dce7b817a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 9 Oct 2023 16:47:05 +0000 Subject: [PATCH] docs: Make the wiki footer smaller Signed-off-by: Michael Tremer --- src/templates/docs/page.html | 49 ++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/src/templates/docs/page.html b/src/templates/docs/page.html index 5f1ad1f2..90995244 100644 --- a/src/templates/docs/page.html +++ b/src/templates/docs/page.html @@ -38,6 +38,8 @@ {% raw page.html %} +
+
-
-
- {% if current_user %} - {% if page.is_watched_by(current_user) %} - - - - {% else %} - - - + +
+
+ {% if current_user %} + {% if page.is_watched_by(current_user) %} + + + + {% else %} + + + + {% end %} {% end %} - {% end %} - - - {{ _("Older Revisions") }} - - -
- {{ locale.format_date(page.timestamp) }} -
- {% if page.author %} - {{ page.author }} + {{ _("Last changed by %(author)s, %(when)s") % { + "author" : page.author, + "when" : locale.format_date(page.timestamp, shorter=True), + } }} - {% end %} + + + {{ _("View Older Revisions") }} + +
-
+
-- 2.47.3