From fa5b90a9f8a69a5eb03a2aba02f4c985b7ab917a Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 21 Sep 2021 20:21:26 +1200 Subject: Added Sydney Rail Maps article --- project/context/articles.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'project/context/articles.json') diff --git a/project/context/articles.json b/project/context/articles.json index b9a3977..8d828e7 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -1,5 +1,11 @@ [ + { + "title": "Sydney Rail Maps", + "anchor": "/sydneyrail.html", + "taglist": ["maps", "transport"], + "postdate": "21/9/2021" + }, { "title": "Packrat Parser Combinator Library", "anchor": "/packrat.html", @@ -15,7 +21,7 @@ { "title": "D, Parasail, Pascal, and Rust vs The Steelman", "anchor": "/steelman.html", - "taglist": ["compsci", "languages"], + "taglist": ["compsci", "language"], "postdate": "29/10/2017" }, { -- cgit