This commit is contained in:
Selis
2023-07-17 20:01:01 +02:00
parent 454179c267
commit 2dadfc3d68
13 changed files with 491 additions and 72 deletions
@@ -25,7 +25,7 @@
var/list/data = list( "dates" = list() )
var/regex/ymlRegex = regex(@"\.yml", "g")
for(var/archive_file in sortList(flist("html/changelogs/archive/")))
for(var/archive_file in sortList(flist("html/changelogs_ch/archive/")))
var/archive_date = ymlRegex.Replace(archive_file, "")
data["dates"] = list(archive_date) + data["dates"]