summaryrefslogtreecommitdiff
path: root/lib/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-06 01:50:43 -0400
committerJules Laplace <jules@okfoc.us>2015-09-06 01:50:43 -0400
commitf936c30cbcf9c5e1e5e77929f37a28603ab7c73a (patch)
tree9df86ac7b710c97fe4e0c0509ff9db9de1597453 /lib/index.js
parent5ddb40d9831719891f1955fcce34b0f7ef30023d (diff)
searchbox html
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 7732001..45def38 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -73,7 +73,7 @@ site.route = function(){
})
app.get("/login", function(req, res){
res.render("pages/login", {
- title: ""
+ title: "login"
})
})
app.get("/index", middleware.ensureAuthenticated, function(req, res){