
31 Aug
2021
31 Aug
'21
12:57 p.m.
commit 7dea5042353839f6e194305b2b75e45d81c71c99 Author: HackerNCoder <hackerncoder@encryptionin.space> Date: Mon Aug 30 21:08:35 2021 +0000 Increase per_page in press to decrease pages built --- models/press.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/press.ini b/models/press.ini index 0f30beaa..cd5e5546 100644 --- a/models/press.ini +++ b/models/press.ini @@ -34,5 +34,5 @@ slug_format = {{ ((this.pub_date) if this.pub_date) ~ "-" ~ this._id }} [pagination] enabled = yes -per_page = 10 +per_page = 25 items = site.query('/press').include_undiscoverable(true).filter(F.type == "snippet")