diff options
author | emkael <emkael@tlen.pl> | 2018-02-16 22:39:35 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-02-16 22:39:35 +0100 |
commit | a335fc076cb9137bf5cb2d01ab9c2829e25b1d2f (patch) | |
tree | 6bd2e3685a396191c413b7e87b87e07b7606269e | |
parent | 3261307325108ad09a8c0f7c53ea5d7212b57b83 (diff) |
New ranking edition added
-rw-r--r-- | config/dates.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/dates.json b/config/dates.json index 6cb84b3..a1a6bc5 100644 --- a/config/dates.json +++ b/config/dates.json @@ -19,8 +19,14 @@ }, { "date": "2017-09-30", - "url": "index.html", + "url": "2017-04.html", "name": "IV 2017", "index": "4" + }, + { + "date": "2017-12-31", + "url": "index.html", + "name": "I 2018", + "index": "5" } ] |