diff --git a/_includes/footer.html b/_includes/footer.html index 91307d8..11c4caf 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,31 +1,29 @@ diff --git a/_includes/head.html b/_includes/head.html index 185e281..e011208 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,5 +10,4 @@ - diff --git a/_includes/header.html b/_includes/header.html index cf34901..9141266 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,13 +1,9 @@ diff --git a/_layouts/default.html b/_layouts/default.html index af41586..62dc677 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,19 +1,17 @@ - - {% include head.html %} + {% include head.html %} {% include header.html %}
-
- {{ content }} -
+
+ {{ content }} +
{% include footer.html %} - - \ No newline at end of file + diff --git a/_layouts/page.html b/_layouts/page.html index 59821b1..769813a 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,13 +2,11 @@ layout: default ---
+
+

{{ page.title }}

+
-
-

{{ page.title }}

-
- -
- {{ content }} -
- -
\ No newline at end of file +
+ {{ content }} +
+ diff --git a/_layouts/post.html b/_layouts/post.html index 838ad7a..fd3fcb5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,14 +2,12 @@ layout: default ---
+
+

{{ page.title }}

+

{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}

+
-
-

{{ page.title }}

-

{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}

-
- -
- {{ content }} -
- -
\ No newline at end of file +
+ {{ content }} +
+ diff --git a/index.html b/index.html index 1b8f7e4..0ab56ee 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,12 @@ layout: default ---
- +