diff --git a/_pages/index.html b/_pages/index.html index 3257c6a..d313ba8 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -5,22 +5,29 @@ layout: page {% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} - -{% include external_links.html %} - {% for year in postsByYear %}
+ + | -+ + {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} + + | + + ++ {{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncatewords: 32 | xml_escape }} + | +