From 4076d6f9c3c7c5c0652032af8451568b175ccf43 Mon Sep 17 00:00:00 2001 From: "Satya L. Johnson" Date: Tue, 2 May 2023 22:10:04 -0400 Subject: [PATCH] changed blog pagination --- content/blog/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/_index.md b/content/blog/_index.md index e3228bf..9e2e7d2 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -2,7 +2,7 @@ title = "Blog" sort_by = "date" -paginate_by = 5 +paginate_by = 10 insert_anchor_links = "right" template = "index.html"