fixed. generated MD now shows up and looks half decent. going to have it also use a scrollspy navbar on the left. needs to be autogenerated by the prestart script

This commit is contained in:
len0rd 2018-08-02 20:44:04 -04:00
parent d77ca583ea
commit 392156bf6c
9 changed files with 52 additions and 27 deletions

View file

@ -30,7 +30,7 @@ app.get(/\/.*/, function(req, res) {
}
console.log('request for path: ' + pathname + ', and page: ' + page);
res.render(pathname, {"page": this.page});
res.render(pathname, {"page": page});
});
app.listen(PORT);