From f297979044f7527f88ddf811e7d3904e248054b7 Mon Sep 17 00:00:00 2001 From: JimZhang Date: Wed, 24 Aug 2022 12:08:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(pagination):=20=E9=80=82=E9=85=8D=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=AB=AF=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.md | 2 +- content/posts/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index fc33cfa..75e5dd1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ +++ -paginate_by = 10 +paginate_by = 7 sort_by = "date" +++ diff --git a/content/posts/_index.md b/content/posts/_index.md index 1bc093d..4502f12 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,7 +1,7 @@ +++ path = "posts" title = "Posts" -paginate_by = 10 +paginate_by = 7 template = "posts.html" transparent = true sort_by = "date"