From: Rico Hoppe Date: Fri, 23 Jun 2023 00:10:43 +0000 (+0000) Subject: styled blog/index.html X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8400f2d31ea37d100d25d6c37568cbf5083354be;p=ipfire.org.git styled blog/index.html --- 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 %}