- {{ page.title }} -
+
+ {% include header.html %}
{{ content }}
{% include defaultFooter.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index ee5b359..3e112ac 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,7 +2,7 @@
layout: default
---
-~ > {{page.category}} > {{page.title}}
+~ > {{page.category}} > {{page.title}}
{{ page.date | date: "%Y-%m-%d" }}
{{ content | reading_time | pluralize: "minute" }}