diff --git a/content/notes/_index.md b/content/notes/_index.md index d2338d5..5541952 100644 --- a/content/notes/_index.md +++ b/content/notes/_index.md @@ -1,6 +1,5 @@ +++ paginate_by = 10 -path = "notes" title = "Notes" sort_by = "date" +++ diff --git a/content/posts/_index.md b/content/posts/_index.md index 6744a5f..edf0f66 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,6 +1,5 @@ +++ paginate_by = 10 -path = "posts" title = "Posts" sort_by = "date" +++