diff options
author | emkael <emkael@tlen.pl> | 2022-11-02 18:17:41 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-11-02 18:17:41 +0100 |
commit | 431dd4b02dc4459d722835f60ecd3b638f650b02 (patch) | |
tree | b8c4b874a7a2eee11bcade3dabe566bb70ad025e /config | |
parent | 6974bcd902f1aec9d5fa4469962b415566bffb83 (diff) |
2022-09 edition
Diffstat (limited to 'config')
-rw-r--r-- | config/dates.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/dates.json b/config/dates.json index acae262..01aa4d9 100644 --- a/config/dates.json +++ b/config/dates.json @@ -124,8 +124,15 @@ "date": "2022-06-30", "menu_age": "new", "url": "2022-02.html", - "links": ["index.html"], "name": "II 2022", "index": "20" + }, + { + "date": "2022-09-30", + "menu_age": "new", + "url": "2022-03.html", + "links": ["index.html"], + "name": "III 2022", + "index": "21" } ] |