diff --git a/_pages/index.html b/_pages/index.html index 7ebd809..35ee042 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -1,18 +1,16 @@ --- -permalink: "index.html" layout: page +permalink: "index.html" --- {% for post in site.posts %} - + {{ post.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} - - - + | {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}