Skip to content

Commit cba533a

Browse files
authored
Update dates.yml
fix end range
1 parent 8c9a080 commit cba533a

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

_data/dates.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22
# Jekyll does not seem to have the ability to create a value as a date datatype
33
# But you can store a date value and use that instead
44

5-
- { year: 2019, start: 2019-01-01, nextStart: 2019-01-01 }
6-
- { year: 2020, start: 2020-01-01, nextStart: 2020-01-01 }
7-
- { year: 2021, start: 2021-01-01, nextStart: 2021-01-01 }
8-
- { year: 2022, start: 2022-01-01, nextStart: 2022-01-01 }
9-
- { year: 2023, start: 2023-01-01, nextStart: 2023-01-01 }
10-
- { year: 2024, start: 2024-01-01, nextStart: 2024-01-01 }
11-
- { year: 2025, start: 2025-01-01, nextStart: 2025-01-01 }
12-
- { year: 2026, start: 2026-01-01, nextStart: 2026-01-01 }
13-
- { year: 2027, start: 2027-01-01, nextStart: 2027-01-01 }
14-
- { year: 2028, start: 2028-01-01, nextStart: 2028-01-01 }
15-
- { year: 2029, start: 2029-01-01, nextStart: 2029-01-01 }
16-
- { year: 2030, start: 2030-01-01, nextStart: 2030-01-01 }
17-
- { year: 2031, start: 2031-01-01, nextStart: 2031-01-01 }
18-
- { year: 2032, start: 2032-01-01, nextStart: 2032-01-01 }
19-
- { year: 2033, start: 2033-01-01, nextStart: 2033-01-01 }
20-
- { year: 2034, start: 2034-01-01, nextStart: 2034-01-01 }
21-
- { year: 2035, start: 2035-01-01, nextStart: 2035-01-01 }
22-
- { year: 2036, start: 2036-01-01, nextStart: 2036-01-01 }
23-
- { year: 2037, start: 2037-01-01, nextStart: 2037-01-01 }
24-
- { year: 2038, start: 2038-01-01, nextStart: 2038-01-01 }
25-
- { year: 2039, start: 2039-01-01, nextStart: 2039-01-01 }
26-
- { year: 2040, start: 2040-01-01, nextStart: 2040-01-01 }
27-
- { year: 2041, start: 2041-01-01, nextStart: 2041-01-01 }
28-
- { year: 2042, start: 2042-01-01, nextStart: 2042-01-01 }
29-
- { year: 2043, start: 2043-01-01, nextStart: 2043-01-01 }
30-
- { year: 2044, start: 2044-01-01, nextStart: 2044-01-01 }
31-
- { year: 2045, start: 2045-01-01, nextStart: 2045-01-01 }
32-
- { year: 2046, start: 2046-01-01, nextStart: 2046-01-01 }
33-
- { year: 2047, start: 2047-01-01, nextStart: 2047-01-01 }
34-
- { year: 2048, start: 2048-01-01, nextStart: 2048-01-01 }
35-
- { year: 2049, start: 2049-01-01, nextStart: 2049-01-01 }
36-
- { year: 2050, start: 2050-01-01, nextStart: 2050-01-01 }
5+
- { year: 2019, start: 2019-01-01, nextStart: 2020-01-01 }
6+
- { year: 2020, start: 2020-01-01, nextStart: 2021-01-01 }
7+
- { year: 2021, start: 2021-01-01, nextStart: 2022-01-01 }
8+
- { year: 2022, start: 2022-01-01, nextStart: 2023-01-01 }
9+
- { year: 2023, start: 2023-01-01, nextStart: 2024-01-01 }
10+
- { year: 2024, start: 2024-01-01, nextStart: 2025-01-01 }
11+
- { year: 2025, start: 2025-01-01, nextStart: 2026-01-01 }
12+
- { year: 2026, start: 2026-01-01, nextStart: 2027-01-01 }
13+
- { year: 2027, start: 2027-01-01, nextStart: 2028-01-01 }
14+
- { year: 2028, start: 2028-01-01, nextStart: 2029-01-01 }
15+
- { year: 2029, start: 2029-01-01, nextStart: 2030-01-01 }
16+
- { year: 2030, start: 2030-01-01, nextStart: 2031-01-01 }
17+
- { year: 2031, start: 2031-01-01, nextStart: 2032-01-01 }
18+
- { year: 2032, start: 2032-01-01, nextStart: 2033-01-01 }
19+
- { year: 2033, start: 2033-01-01, nextStart: 2034-01-01 }
20+
- { year: 2034, start: 2034-01-01, nextStart: 2035-01-01 }
21+
- { year: 2035, start: 2035-01-01, nextStart: 2036-01-01 }
22+
- { year: 2036, start: 2036-01-01, nextStart: 2037-01-01 }
23+
- { year: 2037, start: 2037-01-01, nextStart: 2038-01-01 }
24+
- { year: 2038, start: 2038-01-01, nextStart: 2039-01-01 }
25+
- { year: 2039, start: 2039-01-01, nextStart: 2040-01-01 }
26+
- { year: 2040, start: 2040-01-01, nextStart: 2041-01-01 }
27+
- { year: 2041, start: 2041-01-01, nextStart: 2042-01-01 }
28+
- { year: 2042, start: 2042-01-01, nextStart: 2043-01-01 }
29+
- { year: 2043, start: 2043-01-01, nextStart: 2044-01-01 }
30+
- { year: 2044, start: 2044-01-01, nextStart: 2045-01-01 }
31+
- { year: 2045, start: 2045-01-01, nextStart: 2046-01-01 }
32+
- { year: 2046, start: 2046-01-01, nextStart: 2047-01-01 }
33+
- { year: 2047, start: 2047-01-01, nextStart: 2048-01-01 }
34+
- { year: 2048, start: 2048-01-01, nextStart: 2049-01-01 }
35+
- { year: 2049, start: 2049-01-01, nextStart: 2050-01-01 }
36+
- { year: 2050, start: 2050-01-01, nextStart: 2051-01-01 }

0 commit comments

Comments
 (0)