diff --git a/_layouts/default.html b/_layouts/default.html index 2f9593e..0073cc3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,10 +19,8 @@
-
-

- {{ 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" }}