Skip to content

Commit

Permalink
[config.py] Slightly decrease number of displayed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 21, 2024
1 parent f9f3c01 commit a18bb0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chumweb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a18bb0f

Please sign in to comment.