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 }} + + keyboard_arrow_right + {{ post.date | date: "%b %-d, %Y" }}