diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-22 14:17:44 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-22 14:17:44 +0000 |
| commit | a84425a42e9246243dffd23dba33b4d4a5b626ac (patch) | |
| tree | 5e0a356407e50b172afeb8662a6a6f2fb6e334fe /app/views/page.ejs | |
| parent | 7d1aa7d48e5f16d639713804d6a86290fac7ffab (diff) | |
Update styles & add page rebuilding
Diffstat (limited to 'app/views/page.ejs')
| -rw-r--r-- | app/views/page.ejs | 11 |
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> |
