diff --git a/views/404.ejs b/views/404.ejs index 008569b..a93428a 100644 --- a/views/404.ejs +++ b/views/404.ejs @@ -1,7 +1,3 @@ - - - - <%- include('./partials/head.ejs') %> @@ -13,6 +9,4 @@ <%- include('./partials/footer.ejs') %> - - - \ No newline at end of file +<%- include('./partials/end.ejs') %> \ No newline at end of file diff --git a/views/500.ejs b/views/500.ejs index 8098c3d..fb6d12d 100644 --- a/views/500.ejs +++ b/views/500.ejs @@ -1,9 +1,5 @@ - - - - <%- include('./partials/head.ejs') %> - + <%- include('./partials/nav.ejs') %> @@ -13,6 +9,4 @@ <%- include('./partials/footer.ejs') %> - - - \ No newline at end of file + <%- include('./partials/end.ejs') %> \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index f56b09c..e39b9fa 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,8 +1,4 @@ - - - - - <%- include('./partials/head') %> +<%- include('./partials/head') %> @@ -27,7 +23,6 @@ - <%- include('./partials/footer') %> - - - \ No newline at end of file + +<%- include('./partials/footer.ejs') %> +<%- include('./partials/end.ejs') %> diff --git a/views/notes/create.ejs b/views/notes/create.ejs index 6eeb3d0..9e89063 100644 --- a/views/notes/create.ejs +++ b/views/notes/create.ejs @@ -1,7 +1,3 @@ - - - - <%- include('../partials/head.ejs') %> @@ -25,6 +21,4 @@ <%- include('../partials/footer.ejs') %> - - - \ No newline at end of file +<%- include("../partials/end.ejs") %> \ No newline at end of file diff --git a/views/notes/details.ejs b/views/notes/details.ejs index 6c83430..525dcdc 100644 --- a/views/notes/details.ejs +++ b/views/notes/details.ejs @@ -1,7 +1,3 @@ - - - - <%- include("../partials/head.ejs") %>