From 040b041597ec4572b9e034a7577214835dcbbc35 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 25 Mar 2019 03:10:50 +0400 Subject: Link for home page Signed-off-by: Valentin Popov --- _pages/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_pages/index.html') diff --git a/_pages/index.html b/_pages/index.html index 93152b9..ffc140d 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -1,7 +1,8 @@ --- -layout: page +title: "Posts list" permalink: "index.html" -title: "Список всех постов" +layout: page +show: false --- {% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} -- cgit v1.2.3