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"