diff --git a/_includes/header.html b/_includes/header.html
index babc7cc..d7588f9 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -42,6 +42,3 @@
-
diff --git a/_layouts/default.html b/_layouts/default.html
index 4f13f07..faf5549 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,4 +1,8 @@
{% include header.html %}
+
+
{% assign post = page %}
{% include post.html %}
{% include footer.html %}