aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/partials
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/partials
parent7d1aa7d48e5f16d639713804d6a86290fac7ffab (diff)
Update styles & add page rebuilding
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/header.ejs5
-rw-r--r--app/views/partials/navbar.ejs3
2 files changed, 4 insertions, 4 deletions
diff --git a/app/views/partials/header.ejs b/app/views/partials/header.ejs
index 67a23d4..6582e36 100644
--- a/app/views/partials/header.ejs
+++ b/app/views/partials/header.ejs
@@ -8,7 +8,4 @@
███████ ███████ ██████ ██ ████ ██ ██ ██ ██ ██████ ██████ ██████ ██ ███████ ██ ██ ██████ ██
-</pre>
-<div id="navbar">
- <%- navbar %>
-</div> \ No newline at end of file
+</pre> \ No newline at end of file
diff --git a/app/views/partials/navbar.ejs b/app/views/partials/navbar.ejs
new file mode 100644
index 0000000..2664d48
--- /dev/null
+++ b/app/views/partials/navbar.ejs
@@ -0,0 +1,3 @@
+<div id="navbar">
+ <%- navbar %>
+</div> \ No newline at end of file