aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-09 15:29:20 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-09 15:29:20 +0100
commit08a24630b45d0fd674bb051d88930d8fc344d1cb (patch)
tree2f2fb89ffa4888ffbb9c2323f86da3cb2b85431f
parent8064c7c05b73f9a8ef3245d54fd47a623b436c52 (diff)
downloadwww-08a24630b45d0fd674bb051d88930d8fc344d1cb.tar.gz
www-08a24630b45d0fd674bb051d88930d8fc344d1cb.zip
add no gsoc news
m---------inc0
-rw-r--r--news/index.html.j22
-rw-r--r--www.yml3
3 files changed, 4 insertions, 1 deletions
diff --git a/inc b/inc
Subproject 4ae188ae658793c6cfddf60fdb5a563e590f9cf Subproject 99a0de7cac0033db10a0bed9f476900ece1e402
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 %}
diff --git a/www.yml b/www.yml
index f7f85835..aefc3621 100644
--- a/www.yml
+++ b/www.yml
@@ -58,6 +58,9 @@ meetingnotes:
58 2019: 2019-12-27 58 2019: 2019-12-27
59 2020: 2020-12-30 59 2020: 2020-12-30
60newsposts: 60newsposts:
61 - page: 2021-03-gsoc-update.html
62 date: 2021-03-09
63 title: No GSoC projects in 2021
61 - page: 2020-11-0.14.0.html 64 - page: 2020-11-0.14.0.html
62 date: 2020-11-14 65 date: 2020-11-14
63 title: GNUnet 0.14.0 66 title: GNUnet 0.14.0