From 139f25db3630fe89718660ede9e1daa6f495f00a Mon Sep 17 00:00:00 2001 From: my Date: Thu, 29 Jan 2026 14:17:39 +0100 Subject: [PATCH] layout --- templates/start.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/templates/start.html b/templates/start.html index 38339a7..c4d9903 100644 --- a/templates/start.html +++ b/templates/start.html @@ -14,13 +14,15 @@

in octomode

-

Publications

-

Below a list of the publications on the server.

- +
+

Publications

+

Below a list of the publications on the server.

+
    + {% for pub in pubs %} +
  • {{pub}}
  • + {% endfor %} +
+