all repos — archive/homestead @ 529946dc5bdccc2153c97e2040953047319480f4

My future indieweb platform

Add tags listing

Alan Pearce
commit

529946dc5bdccc2153c97e2040953047319480f4

parent

ad56116d0df26b4a6fe7f9cd04a21965d3184af5

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M src/app.jssrc/app.js
@@ -53,6 +53,8 @@ "/post/:filename",
actions.post(config, responders.post, Posts.posts) ); + router.get("tags", "/tag", actions.tags(config, responders.tags, Posts.tags)); + router.get( "tag", "/tag/:name",