From d86429538f24b00bec6fb838fe37b4a2ea5b5b91 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 03:11:27 +0400 Subject: Updated list of posts Signed-off-by: Valentin Popov --- _pages/index.html | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) (limited to '_pages/index.html') 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 %}

{{ year.name | strip_newlines | strip_html | strip | normalize_whitespace | slugify }}

- {% for post in year.items %} -
- -

- - {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} - -

+ + {% for post in year.items %} + + + + + + -

{{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncatewords: 32 | xml_escape }}

- - {% endfor %} + + + + {% endfor %} +
+ + + + {{ 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 }} +
{% endfor %} -- cgit v1.2.3