feat: Add posts listing
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M src/app.js → src/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",