From d2999ccd689824ebc3b504b07e81cd221fdfb21a Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 23 Jul 2021 21:30:00 +0200 Subject: Update documentation --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index f6e10d5..02c2e62 100644 --- a/Configuration.md +++ b/Configuration.md @@ -78,7 +78,7 @@ Number of items to display per-site on overview sites. ## Feed size Number of items to display within the RSS feed. -* `PAGE.FEED_SIZE`: [integer: `25`] +* `PAGE.FEED_SIZE`: [integer: `10`] ## Slug URLs Enable or disable the use of slug URLs for item permalinks. If disabled, the unique primary item ID is used instead. @@ -138,4 +138,4 @@ The `ORDER BY` clause for item sorting within the RSS feed. You can use each col ## Feed `` hash Item attributes (database columns) to use to generate the `` value for the RSS feed items. -* `POST.FEED_GUID`: [array: `['id', 'time_insert']`] \ No newline at end of file +* `POST.FEED_GUID`: [array: `['id', 'time_insert']`] -- cgit v1.2.3