diff --git a/post.hbs b/post.hbs
index 4b83097..8186231 100755
--- a/post.hbs
+++ b/post.hbs
@@ -14,7 +14,12 @@
{{#post}}
{{! Everything below outputs content of the the post which has been published }}
- {{#if tags}}dans {{tags separator=" | "}}{{/if}}
+
+ {{#if tags}}dans {{tags separator=" | "}}{{/if}}
+ {{#if updated_at}}
+
+ {{/if}}
+
{{{title}}}