diff --git a/_layouts/post.html b/_layouts/post.html
index 59b345b..abbd0dd 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,9 +3,9 @@ layout: default
---
{{ page.title }}
-{{ page.date | date: "%-d %B %Y" }} by {{ page.author | default: site.author }}
+{{ page.date | date: "%-d %B %Y" }} by {{ page.author | default: site.author }}
{% if page.tags %}
Tags: {{ page.tags | join: " - " }}
- {% endif %}
+ {% endif %}
{{content}}