From: Rico Hoppe Date: Mon, 26 Jun 2023 13:10:26 +0000 (+0000) Subject: year.html: converted to bulma X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e9609c0e1bad5efebd1b62d60c2d6dcce523238;p=ipfire.org.git year.html: converted to bulma --- 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