diff --git a/_layouts/page.html b/_layouts/page.html
index 4c8891cd489..6e9da8f101b 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -3,5 +3,5 @@
---
-{{ content }}
+ {{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html
index 4a14c9c26a1..bb4506c36a9 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,7 +4,7 @@
{% include meta.html post=page %}
- {{ page.content }}
+ {{ content }}
{% if page.comments != false and site.comments.isso or site.comments.disqus %}
{% if site.comments.isso %}{% endif %}