diff --git a/views/headers/site_wide.ejs b/views/headers/site_wide.ejs
index c363065..4d4cc27 100644
--- a/views/headers/site_wide.ejs
+++ b/views/headers/site_wide.ejs
@@ -1,6 +1,26 @@
-<%= locale.home_page %>
-<%= locale.site_index %>
-<%= locale.new_post %>
-
+<%= locale.home_page %>
+/
+<% if (config.rss == true) { %>
+
+<% } %>
+/
+<% if (config.atom == true) { %>
+ <%= locale.atom_feed %>
+<% } %>
+/
+<%= locale.new_post %>
+<% if (config.allow_signup == true) { %>
+ <%= locale.sign_up %>
+<% } %>
+/
+
+
+
<%- config.site_name %>
+
+
+
<%- config.site_description %>
+
<%- config.seperator %>
diff --git a/views/headers/tag.ejs b/views/headers/tag.ejs
index 6d96152..89633cb 100644
--- a/views/headers/tag.ejs
+++ b/views/headers/tag.ejs
@@ -1,4 +1,6 @@
-
- <%= locale.posts_tagged %>: "<%- tag %>"
-
+
+
+ <%= locale.posts_tagged %>: "<%- tag %>"
+
+
<%- config.seperator %>
diff --git a/views/headers/timeline.ejs b/views/headers/timeline.ejs
index a18ae8c..e69de29 100644
--- a/views/headers/timeline.ejs
+++ b/views/headers/timeline.ejs
@@ -1,20 +0,0 @@
-
- <%- config.site_name %>
-
-
- <%- config.site_description %>
-
-<% if (config.rss == true) { %>
- <%= locale.rss_feed %>
-<% } %>
-<% if (config.atom == true) { %>
- <%= locale.atom_feed %>
-<% } %>
-<%= locale.new_post %>
-<% if (config.allow_signup == true) { %>
- <%= locale.sign_up %>
-<% } %>
-<% if (config.enable_hitcount == true) { %>
-<%= locale.hitcount %>: <%= hitcount %>
-<% } %>
-<%- config.seperator %>
diff --git a/views/headers/user.ejs b/views/headers/user.ejs
index e27f9b0..ecd2725 100644
--- a/views/headers/user.ejs
+++ b/views/headers/user.ejs
@@ -1,8 +1,10 @@
-
- <%= user.prettyname %>
-
+
+
+ <%= user.prettyname %>
+
+
<%- func.render_md(user.description) %>
-<%= locale.edit_account %>
-<%= locale.rss_feed %>
-<%= locale.atom_feed %>
+<%= locale.edit_account %>
+
+<%= locale.atom_feed %>
<%- config.seperator %>
diff --git a/views/partials/comment.ejs b/views/partials/comment.ejs
index d8491df..5855f03 100644
--- a/views/partials/comment.ejs
+++ b/views/partials/comment.ejs
@@ -1,5 +1,14 @@
-<%= comment.name %>
-<%= func.unix_time_to_date_format(comment.pubdate) %>
-No. <%= postID %>-<%= comment.id %>:
-<%- func.render_comment(comment.content) %>
+
+
+
+
+
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs
index c450990..a0bc463 100644
--- a/views/partials/footer.ejs
+++ b/views/partials/footer.ejs
@@ -1,3 +1,4 @@
+<%= locale.site_index %>
<%= locale.site_ran_by %> <%= config.site_admin %>
<%- locale.attribution %>
<%= locale.AI_consent %>
diff --git a/views/posts/timeline.ejs b/views/posts/timeline.ejs
index 3408311..6e63d20 100644
--- a/views/posts/timeline.ejs
+++ b/views/posts/timeline.ejs
@@ -1,6 +1,6 @@