diff options
-rw-r--r-- | project/context/articles.json | 8 | ||||
-rw-r--r-- | project/context/tags.json | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/project/context/articles.json b/project/context/articles.json index 50611ab..e08c95c 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -15,7 +15,7 @@ { "title": "Flashcard Deck Converter", "anchor": "/deckconv.xhtml", - "taglist": ["application", "programming"], + "taglist": ["programming", "utility"], "postdate": "11/11/2021" }, { @@ -45,7 +45,7 @@ { "title": "Sokoban Clone", "anchor": "/sokoban.xhtml", - "taglist": ["programming", "videogames"], + "taglist": ["application", "programming", "videogames"], "postdate": "8/8/2017" }, { @@ -77,13 +77,13 @@ { "title": "Grasp Interpreter", "anchor": "/grasp.xhtml", - "taglist": ["esoteric", "programming"], + "taglist": ["application", "esoteric", "programming"], "postdate": "1/1/2017" }, { "title": "Thue Version 2a", "anchor": "/thue2a.xhtml", - "taglist": ["esoteric", "programming"], + "taglist": ["application", "esoteric", "programming"], "postdate": "1/1/2017" } ] diff --git a/project/context/tags.json b/project/context/tags.json index 25192f3..8910e07 100644 --- a/project/context/tags.json +++ b/project/context/tags.json @@ -12,6 +12,7 @@ "politics", "programming", "transport", + "utility", "videogames" ] |