diff options
author | emkael <emkael@tlen.pl> | 2024-06-06 12:50:28 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2024-06-06 12:50:28 +0200 |
commit | e5548733c7887582221cb2acb03260c5a50eac19 (patch) | |
tree | f4ecb7bfd6325ea2a8736057ef369732124d5744 /config | |
parent | 50d7811e1d88ea07f3dbfc82b91388dd181637d8 (diff) |
2024-01 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 894d721..efd80d2 100644 --- a/config/dates.json +++ b/config/dates.json @@ -166,8 +166,15 @@ "date": "2023-12-31", "menu_age": "new", "url": "2023-04.html", - "links": ["index.html"], "name": "IV 2023", "index": "26" + }, + { + "date": "2024-03-31", + "menu_age": "new", + "url": "2024-01.html", + "links": ["index.html"], + "name": "I 2024", + "index": "27" } ] |