From aa439b98d3b8a827039b0c4b7f8be1d5d4554d4d Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Sat, 11 Jul 2015 23:18:54 -0600 Subject: [PATCH] fixed footer layout --- _includes/header.html | 2 +- _layouts/default.html | 18 ++++++++---------- index.html | 5 ++++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index ade299d..92c17dc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,4 @@ -
+
diff --git a/_layouts/default.html b/_layouts/default.html index d9e4924..a5bf16b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,17 +7,15 @@
{% include header.html %} + +
+
+ {{ content }} +
+ {% include footer.html %} +
+
- -
-
- {{ content }} -
-
- - - {% include footer.html %} - diff --git a/index.html b/index.html index d224b79..e5c8ad2 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,15 @@ layout: default
{% for post in site.posts %}
-
+

{{ post.title }}

{{ post.excerpt }}
+