From c88fd73879fe32c0a1e1b60296f7e191459cedd2 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 14 Apr 2021 14:44:48 -0400 Subject: [PATCH] up pagination requirement to 50 --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index e30304c..398dec4 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ layout: default title: Eggworld pagination: data: collections.posts - size: 10 + size: 50 reverse: true alias: posts ---