mirror of
https://github.com/len0rd/personal-website.git
synced 2026-01-20 08:40:44 -05:00
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:
parent
d77ca583ea
commit
392156bf6c
9 changed files with 52 additions and 27 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue