From 79318abaed4f8885a039e7813d017c82a852e8db Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 16 May 2024 20:28:21 +0200 Subject: [PATCH] undo fancy menu thing :( --- templates/blog.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/templates/blog.html b/templates/blog.html index dffc4f8..d61ce29 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,9 +1,8 @@

Blog

{% for blog in blogs %} -
-
-

+

+

[ {{ blog.title }} ] -

-
-

-
-
-

{{ blog.date }}

-
+ +

{{ blog.date }}

{% endfor %}