move navbar outside of the container

This commit is contained in:
Bilal Catic
2019-10-10 13:54:18 +02:00
parent 19a5c914aa
commit e2b72628a8
15 changed files with 16 additions and 48 deletions

View File

@@ -1,6 +1,5 @@
const getWelcome = (req, res) => {
const title = "Koju nekretninu tražite?";
res.render("welcome", { nextStep: "/vrstanekretnine", title });
res.render("welcome", { nextStep: "/vrstanekretnine", title: false });
};
module.exports = {