diff --git a/src/views/aboutUs.ejs b/src/views/aboutUs.ejs index 1977166..32ded54 100644 --- a/src/views/aboutUs.ejs +++ b/src/views/aboutUs.ejs @@ -1,6 +1,6 @@ -<%- include("./partials/fileHeader", {title: "RCalculator"}) %> - +<%- include("./partials/fileHeader") %> <%- include("./partials/headerStart") %> + @@ -26,7 +26,7 @@ - + Get started @@ -35,4 +35,5 @@ + <%- include("./partials/footer") %> \ No newline at end of file diff --git a/src/views/assets.ejs b/src/views/assets.ejs index 58cd89d..a926f36 100644 --- a/src/views/assets.ejs +++ b/src/views/assets.ejs @@ -1,4 +1,4 @@ -<%- include("./partials/fileHeader", {title: "RCalculator"}) %> +<%- include("./partials/fileHeader") %> <%- include("./partials/header") %> diff --git a/src/views/home.ejs b/src/views/home.ejs index e8219bc..840dc07 100644 --- a/src/views/home.ejs +++ b/src/views/home.ejs @@ -1,18 +1,10 @@ -<%- include("./partials/fileHeader", {title: "RCalculator"}) %> +<%- include("./partials/fileHeader") %> +<%- include("./partials/header") %> - - - <%- include("./partials/header") %> - Welcome: <%= user.email %> - The Dashboard Page - - - + + Welcome: <%= user.email %> + The Dashboard Page + -