diff --git a/views/admin.ejs b/views/admin.ejs
index 019bec9..23c1723 100644
--- a/views/admin.ejs
+++ b/views/admin.ejs
@@ -1,75 +1,75 @@
-
- Admin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%- include('./components/alert.ejs') %>
- <%- include('./components/navbar.ejs') %>
-
-
-
-
- Blog
-
- <%- include('./components/blog-table.ejs', { data: blog}) %>
-
-
-
-
- Users
-
-
- <%- include('./components/users-table.ejs', { data: users }) %>
-
-
-
-
-
- Images
-
-
- <%- include('./components/images-table.ejs', { data: images }) %>
-
-
-
- <%- include('./components/footer.ejs') %>
-
+
+ Admin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%- include('./components/alert.ejs') %>
+ <%- include('./components/navbar.ejs') %>
+
+
+
+
+ Blog
+
+ <%- include('./components/blog-table.ejs', { data: blog}) %>
+
+
+
+
+ Users
+
+
+ <%- include('./components/users-table.ejs', { data: users }) %>
+
+
+
+
+
+ Images
+
+
+ <%- include('./components/images-table.ejs', { data: images }) %>
+
+
+
+ <%- include('./components/footer.ejs') %>
+
diff --git a/views/blog.ejs b/views/blog.ejs
index 6b3c6b2..66e4c87 100644
--- a/views/blog.ejs
+++ b/views/blog.ejs
@@ -1,27 +1,35 @@
-
-
-
-
-
- UF Open Source Club | Blog
-
-
-
-
-
- <%- include('./components/alert.ejs') %>
- <%- include('./components/navbar.ejs') %>
-
-
-
Blog
-
- <%- include('./components/blog-grid.ejs', { blog: blog }) %>
-
- <%- include('./components/footer.ejs') %>
-
+
+
+
+
+
+
+
+ UF Open Source Club | Blog
+
+
+
+
+
+ <%- include('./components/alert.ejs') %>
+ <%- include('./components/navbar.ejs') %>
+
+
+
Blog
+
+ <%- include('./components/blog-grid.ejs', { blog: blog }) %>
+
+ <%- include('./components/footer.ejs') %>
+
diff --git a/views/components/blog-table.ejs b/views/components/blog-table.ejs
index 0b4797e..5c4016f 100644
--- a/views/components/blog-table.ejs
+++ b/views/components/blog-table.ejs
@@ -1,54 +1,54 @@
diff --git a/views/components/footer.ejs b/views/components/footer.ejs
index 7458b6e..f2221e7 100644
--- a/views/components/footer.ejs
+++ b/views/components/footer.ejs
@@ -1,31 +1,31 @@