diff options
author | Valentin Popov <info@valentineus.link> | 2019-03-25 02:10:50 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-03-25 02:10:50 +0300 |
commit | 040b041597ec4572b9e034a7577214835dcbbc35 (patch) | |
tree | 6c4ae4e625760b80613ee63941124b9703649068 /_pages | |
parent | e7569f6ebc0bb67061a87b12f8e122172ebb2c40 (diff) | |
download | popov.link-040b041597ec4572b9e034a7577214835dcbbc35.tar.xz popov.link-040b041597ec4572b9e034a7577214835dcbbc35.zip |
Link for home page
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_pages')
-rw-r--r-- | _pages/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
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'" %} |