summaryrefslogtreecommitdiff
path: root/config/dates.json
blob: a1a6bc5146816c359630f859d0f5852bb7373557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
    {
        "date": "2016-12-31",
        "url": "2017-01.html",
        "name": "I 2017",
        "index": "1"
    },
    {
        "date": "2017-03-31",
        "url": "2017-02.html",
        "name": "II 2017",
        "index": "2"
    },
    {
        "date": "2017-06-30",
        "url": "2017-03.html",
        "name": "III 2017",
        "index": "3"
    },
    {
        "date": "2017-09-30",
        "url": "2017-04.html",
        "name": "IV 2017",
        "index": "4"
    },
    {
        "date": "2017-12-31",
        "url": "index.html",
        "name": "I 2018",
        "index": "5"
    }
]