From 5668edea38da9fd1cad629db9c768ff19e62e094 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 3 May 2019 04:02:31 +0400 Subject: Have added new structure sites Signed-off-by: Valentin Popov --- _pages/atom.xml | 1 - _pages/index.html | 39 ++++++++++++++------------------------- 2 files changed, 14 insertions(+), 26 deletions(-) (limited to '_pages') diff --git a/_pages/atom.xml b/_pages/atom.xml index 3b8bf2f..ef04f9e 100644 --- a/_pages/atom.xml +++ b/_pages/atom.xml @@ -2,7 +2,6 @@ permalink: "atom.xml" layout: compress title: "RSS" -show: true --- diff --git a/_pages/index.html b/_pages/index.html index ffc140d..7ebd809 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -1,33 +1,22 @@ --- -title: "Posts list" permalink: "index.html" layout: page -show: false --- -{% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} +{% for post in site.posts %} +
+

+ + + -{% for year in postsByYear %} -
- -

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

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

- -
+

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

+ {% endfor %} -- cgit v1.2.3