From 8400f2d31ea37d100d25d6c37568cbf5083354be Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Fri, 23 Jun 2023 00:10:43 +0000 Subject: [PATCH] styled blog/index.html --- src/templates/blog/index.html | 56 ++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/src/templates/blog/index.html b/src/templates/blog/index.html index d11f7f03..7ad55b36 100644 --- a/src/templates/blog/index.html +++ b/src/templates/blog/index.html @@ -7,17 +7,57 @@ {% end %} {% block container %} -
+ -
-
- {% module BlogList(posts, relative=True) %} -
+
+
+
+ +

+ {{ _("IPFire Blog") }} +

+

- {% module BlogHistoryNavigation() %} -

+

+
+
+ + +
+
+
+
+ {% if latest_post %} +
+ + {{ latest_post.title }} + +
+ {{ latest_post.excerpt }} + Read more +
+ {% end %} + + {% module BlogList(posts, relative=True) %} +
+ +
+ {% module BlogHistoryNavigation() %} +
+
+
+
{% end block %} -- 2.47.3