diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-06 11:24:39 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-06 11:24:39 +0000 |
commit | fc713bcbb320ff692cac6332f5aa587dc817305c (patch) | |
tree | c0f59a5ded32b58e413c2699c153ae017cb3fca6 /server.js | |
parent | now the blog uses the db for everything. now need to decide on how to populat... (diff) | |
download | blog-fc713bcbb320ff692cac6332f5aa587dc817305c.tar.gz blog-fc713bcbb320ff692cac6332f5aa587dc817305c.zip |
WIP, we now have to fix the pug template which is not working
Diffstat (limited to 'server.js')
-rwxr-xr-x | server.js | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -123,12 +123,6 @@ app.get("/archive", (req, res) => { }, }); }); - // res.render("archive.ejs", { - // cache: true, - // data: { - // mds: fs.readdirSync(path.join(__dirname, "mds"), "utf-8"), - // }, - // }); }); app.get("/robots.txt", (req, res) => { |