aboutsummaryrefslogtreecommitdiff
path: root/_pages/index.html
diff options
context:
space:
mode:
Diffstat (limited to '_pages/index.html')
-rw-r--r--_pages/index.html5
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'" %}