diff options
author | emkael <emkael@tlen.pl> | 2024-08-29 21:15:03 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2024-08-29 21:15:03 +0200 |
commit | 3276470370b13e411c92146d6b5e542bdbc4b4ca (patch) | |
tree | 76759f100ca3277f51dff17903a4d1b765334915 /config | |
parent | e5548733c7887582221cb2acb03260c5a50eac19 (diff) |
2024-02 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 efd80d2..28d78cc 100644 --- a/config/dates.json +++ b/config/dates.json @@ -173,8 +173,15 @@ "date": "2024-03-31", "menu_age": "new", "url": "2024-01.html", - "links": ["index.html"], "name": "I 2024", "index": "27" + }, + { + "date": "2024-06-30", + "menu_age": "new", + "url": "2024-02.html", + "links": ["index.html"], + "name": "II 2024", + "index": "28" } ] |