diff --git a/_layouts/page.html b/_layouts/page.html
index 0da9b3b..1542528 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -9,7 +9,7 @@ layout: compress
{% include navbar.html %}
-
+
diff --git a/_layouts/post.html b/_layouts/post.html
index e7cc8fb..38f8fc4 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -53,21 +53,22 @@ layout: compress
{% endif %}
+
{% if page.comments %}
{% include comments.html%}
{% endif %}
+
{% if page.modified %}
updated_at {{page.modified | date: "%d-%m-%Y"}}
{% endif %}
{% if page.next or page.previous %}
{% include navigation.html %}
{% endif %}
+
+ {% include footer.html %}
-
- {% include footer.html %}
-