From 3e9609c0e1bad5efebd1b62d60c2d6dcce523238 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Mon, 26 Jun 2023 13:10:26 +0000 Subject: [PATCH] year.html: converted to bulma --- src/templates/blog/year.html | 43 +++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/src/templates/blog/year.html b/src/templates/blog/year.html index 5d36007e..719790d7 100644 --- a/src/templates/blog/year.html +++ b/src/templates/blog/year.html @@ -2,12 +2,39 @@ {% block title %}{{ _("Posts in %s") % year }}{% end block %} -{% block main %} -
-
-
{{ _("Posts in %s") % year }}
- - {% module BlogList(posts) %} +{% block container %} +
+
+
+ +

+ {{ _("Posts in %s") % year }} +

+
+
+
+
+
+
+
+ {% module BlogList(posts) %} +
+
+ {% module BlogHistoryNavigation() %} +
+
-
-{% end block %} + +{% end block %} \ No newline at end of file -- 2.47.3