all repos — archive/homestead @ 9d601e206bdad2c384f2328a14fea8c0f5428ca9

My future indieweb platform

feat: Add posts listing

Alan Pearce
commit

9d601e206bdad2c384f2328a14fea8c0f5428ca9

parent

e7b08b1dfe3f2a2596deb6e2a72bb79805d3708f

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

changed files
M src/app.jssrc/app.js
@@ -21,6 +21,8 @@ );
router.get("home", "/", actions.home(config, Posts.posts)); + router.get("posts", "/post", actions.posts(config, Posts.posts)); + router.get( "highlight-theme", "/css/code.css",