all repos — archive/homestead @ e58d6a1718b3358f91fbda10e2291ea4ec01d1e7

My future indieweb platform

feat: make taxonomies configurable Add "tag" and "category" as defaults

Alan Pearce
commit

e58d6a1718b3358f91fbda10e2291ea4ec01d1e7

parent

2fef943bf1c52e8d2be64521202936ca0f7358e3

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M test/index.test.jstest/index.test.js
@@ -26,7 +26,7 @@ })
test('tags', t => { return request(app.listen()) - .get('/tags/a') + .get('/tag/a') .expect(200) .expect(/This is a test/) .then(() => t.pass())