From 7da23f7e5211401be4005267b0339a891d815e86 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 29 Apr 2024 19:50:24 -0500 Subject: [PATCH] reduce rss limit to 10 --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index a8c8ff4..603ce6f 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -65,7 +65,7 @@ enableRobotsTXT = true disableInlineCSS = true [services.rss] - limit = 20 + limit = 10 [services.twitter] disableInlineCSS = true