diff options
author | emkael <emkael@tlen.pl> | 2024-02-09 11:54:44 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2024-02-09 11:54:44 +0100 |
commit | fab84111ecd3470df6ee4515cb86562518e96ee7 (patch) | |
tree | c4ac071b06f6398b3d0d1ddc8b9d2a764bd0eb20 /config | |
parent | ba5b48bef32ce2d6d17eb02d9aa88168ab9724b8 (diff) |
2023-12-31 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 993f99f..894d721 100644 --- a/config/dates.json +++ b/config/dates.json @@ -159,8 +159,15 @@ "date": "2023-09-30", "menu_age": "new", "url": "2023-03.html", - "links": ["index.html"], "name": "III 2023", "index": "25" + }, + { + "date": "2023-12-31", + "menu_age": "new", + "url": "2023-04.html", + "links": ["index.html"], + "name": "IV 2023", + "index": "26" } ] |