aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/index.ejs
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:17:44 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:17:44 +0000
commita84425a42e9246243dffd23dba33b4d4a5b626ac (patch)
tree5e0a356407e50b172afeb8662a6a6f2fb6e334fe /app/views/index.ejs
parent7d1aa7d48e5f16d639713804d6a86290fac7ffab (diff)
Update styles & add page rebuilding
Diffstat (limited to 'app/views/index.ejs')
-rw-r--r--app/views/index.ejs7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/index.ejs b/app/views/index.ejs
index ae21964..ca674f0 100644
--- a/app/views/index.ejs
+++ b/app/views/index.ejs
@@ -7,8 +7,11 @@
<body>
<div id="main-container">
<%- include('partials/header') %>
- <div id="content">
- <%- page %>
+ <div id="content-container">
+ <%- include('partials/navbar') %>
+ <div id="content">
+ <%- page %>
+ </div>
</div>
</div>
</body>