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 +++++++- project/context/tags.json | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'project/context') 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" }, { diff --git a/project/context/tags.json b/project/context/tags.json index 52088df..25192f3 100644 --- a/project/context/tags.json +++ b/project/context/tags.json @@ -4,12 +4,14 @@ "compsci", "copyright", "esoteric", - "languages", + "language", "legal", "library", + "maps", "mathematics", "politics", "programming", + "transport", "videogames" ] -- cgit