diff options
author | Jed Barber <jjbarber@y7mail.com> | 2021-02-05 17:24:33 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2021-02-05 17:24:33 +1100 |
commit | 3a1a7a4d62dce554436aa8c23e980204a481c7b4 (patch) | |
tree | 1879cb529eea1b8cadca5885958c4cd3163cb0b3 /project/context | |
parent | 9fd72ae4c4b852b94a2f3fdc760de81206a44857 (diff) |
Added compsci tag
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", |