diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-06 01:50:43 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-06 01:50:43 -0400 |
| commit | f936c30cbcf9c5e1e5e77929f37a28603ab7c73a (patch) | |
| tree | 9df86ac7b710c97fe4e0c0509ff9db9de1597453 /lib/index.js | |
| parent | 5ddb40d9831719891f1955fcce34b0f7ef30023d (diff) | |
searchbox html
Diffstat (limited to 'lib/index.js')
| -rw-r--r-- | lib/index.js | 2 |
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){ |
