diff --git a/views/posts/post.ejs b/views/posts/post.ejs
index cbbd86e..b5f3dcb 100644
--- a/views/posts/post.ejs
+++ b/views/posts/post.ejs
@@ -25,7 +25,7 @@
<%= locale.last_modified %>: <%= func.unix_time_to_date_format(post.pubdate) %>
diff --git a/views/posts/timeline.ejs b/views/posts/timeline.ejs
index a687428..c085fdc 100644
--- a/views/posts/timeline.ejs
+++ b/views/posts/timeline.ejs
@@ -18,7 +18,7 @@
<%= user.prettyname %>
-
-
+
-
diff --git a/views/posts/user.ejs b/views/posts/user.ejs
index 502a7e0..99d4a79 100644
--- a/views/posts/user.ejs
+++ b/views/posts/user.ejs
@@ -23,7 +23,7 @@