diff options
-rw-r--r-- | Configuration.md | 4 |
1 files 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 `<guid>` hash Item attributes (database columns) to use to generate the `<guid>` 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']`] |