aboutsummaryrefslogtreecommitdiff
path: root/news/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'news/index.html.j2')
-rw-r--r--news/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/news/index.html.j2 b/news/index.html.j2
index 6db6600e..0797c440 100644
--- a/news/index.html.j2
+++ b/news/index.html.j2
@@ -19,7 +19,7 @@
19 </div> 19 </div>
20 </div> 20 </div>
21 <div class="row"> 21 <div class="row">
22 {% for year, yitem in newsdata|selectattr('date.year', 'gt', 2019)|groupby('date.year') %} 22 {% for year, yitem in newsdata|selectattr('date.year', 'gt', 2019)|groupby('date.year')|reverse %}
23 <b>{{ year }}</b> 23 <b>{{ year }}</b>
24 <ul class="timeline"> 24 <ul class="timeline">
25 {% for item in yitem %} 25 {% for item in yitem %}