From: Oscar J. Rodriguez B Date: Fri, 6 Mar 2020 06:20:20 +0000 (-0500) Subject: minor changes again X-Git-Url: https://git.josue.xyz/?p=josuexyz%2F.git;a=commitdiff_plain;h=9eaca599f30c023d378f02acae32ebf785151939 minor changes again --- 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;