From 6d2efada8123a4138f97ccef54448b92876a2673 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 3 May 2019 16:36:26 +0400 Subject: Fixed a visual time for list posts Signed-off-by: Valentin Popov --- _pages/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '_pages') 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.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}

-- cgit v1.2.3