diff options
author | emkael <emkael@tlen.pl> | 2023-11-30 18:23:29 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-11-30 18:23:29 +0100 |
commit | ba5b48bef32ce2d6d17eb02d9aa88168ab9724b8 (patch) | |
tree | 1bbe5fb55319594d500931723424f1c24cc3babb /config | |
parent | fea401911b430ef48b9471f78abcd4262a600d1e (diff) |
2023-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 bf5125d..993f99f 100644 --- a/config/dates.json +++ b/config/dates.json @@ -152,8 +152,15 @@ "date": "2023-06-30", "menu_age": "new", "url": "2023-02.html", - "links": ["index.html"], "name": "II 2023", "index": "24" + }, + { + "date": "2023-09-30", + "menu_age": "new", + "url": "2023-03.html", + "links": ["index.html"], + "name": "III 2023", + "index": "25" } ] |