aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/page.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/page.ejs')
-rw-r--r--app/views/page.ejs11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/views/page.ejs b/app/views/page.ejs
index bca4828..4422157 100644
--- a/app/views/page.ejs
+++ b/app/views/page.ejs
@@ -7,10 +7,13 @@
<body>
<div id="main-container">
<%- include('partials/header') %>
- <div id="content">
- <%- content %>
- <hr>
- <span class=footer><a href="https://github.com/LMBishop/website">GitHub</a> | <a href="/<%= path %>.wiki">View raw</a> | Page built: <%= buildTime %> | <a href="/special/purge/<%= path %>">Purge this page</a></span>
+ <div id="content-container">
+ <%- include('partials/navbar') %>
+ <div id="content">
+ <%- content %>
+ <hr>
+ <span class=footer><a href="https://github.com/LMBishop/website">GitHub</a> | <a href="/<%= path %>.wiki">View raw</a> | Page built: <%= buildTime %> | <a href="/special/purge/<%= path %>">Purge this page</a></span>
+ </div>
</div>
</div>
</body>