From 9eaca599f30c023d378f02acae32ebf785151939 Mon Sep 17 00:00:00 2001 From: "Oscar J. Rodriguez B" Date: Fri, 6 Mar 2020 01:20:20 -0500 Subject: [PATCH] minor changes again --- partials/head.ejs | 1 - partials/header.ejs | 2 +- routes/index.js | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/partials/head.ejs b/partials/head.ejs index 91b80ed..1a11561 100644 --- a/partials/head.ejs +++ b/partials/head.ejs @@ -1,7 +1,6 @@ -VSoRC Oscar J Rodriguez B diff --git a/partials/header.ejs b/partials/header.ejs index ad5fc2d..5e48fa0 100644 --- a/partials/header.ejs +++ b/partials/header.ejs @@ -18,6 +18,6 @@
- +
diff --git a/routes/index.js b/routes/index.js index ecca96a..395c0ec 100644 --- a/routes/index.js +++ b/routes/index.js @@ -3,7 +3,7 @@ var router = express.Router(); /* GET home page. */ router.get('/', function(req, res, next) { - res.render('index', { title: 'Express' }); + res.render('index', { title: 'Oscar J Rodriguez B' }); }); module.exports = router; -- 2.25.1