From a18bb0f7973cb8cf6ff16aa67f396720255f2a09 Mon Sep 17 00:00:00 2001 From: olf Date: Thu, 21 Mar 2024 23:37:27 +0100 Subject: [PATCH] [config.py] Slightly decrease number of displayed apps --- chumweb/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chumweb/config.py b/chumweb/config.py index e28f69b..9c56646 100644 --- a/chumweb/config.py +++ b/chumweb/config.py @@ -49,11 +49,11 @@ class Config: user_agent: str = "chumweb/1.0" source_code_url: str = "https://github.com/sailfishos-chum/sailfishos-chum.github.io/" # The amount of featured apps to show on the home page - featured_apps_count = 12 + featured_apps_count = 11 # The amount of updated apps to show in the sidebar - updated_apps_count = 18 + updated_apps_count = 12 # The amount of updated apps to put in the Atom feed - feed_updated_apps_count = 24 + feed_updated_apps_count = 20 def init_config() -> Config: