diff options
Diffstat (limited to 'project/context')
-rw-r--r-- | project/context/articles.json | 4 | ||||
-rw-r--r-- | project/context/tags.json | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/project/context/articles.json b/project/context/articles.json index feb5d44..b9a3977 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -3,7 +3,7 @@ { "title": "Packrat Parser Combinator Library", "anchor": "/packrat.html", - "taglist": ["library", "programming"], + "taglist": ["compsci", "library", "programming"], "postdate": "2/2/2021" }, { @@ -15,7 +15,7 @@ { "title": "D, Parasail, Pascal, and Rust vs The Steelman", "anchor": "/steelman.html", - "taglist": ["languages"], + "taglist": ["compsci", "languages"], "postdate": "29/10/2017" }, { diff --git a/project/context/tags.json b/project/context/tags.json index 14e22a1..52088df 100644 --- a/project/context/tags.json +++ b/project/context/tags.json @@ -1,6 +1,7 @@ [ "application", "binding", + "compsci", "copyright", "esoteric", "languages", |