diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-23 21:30:00 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-23 21:30:00 +0200 |
commit | d2999ccd689824ebc3b504b07e81cd221fdfb21a (patch) | |
tree | 8f64969d5d354491c6762f735ecd735536b84de4 | |
parent | 7c4a69b1cea2b2efe98982c5113c95a1f35524db (diff) | |
download | wiki-d2999ccd689824ebc3b504b07e81cd221fdfb21a.tar.gz wiki-d2999ccd689824ebc3b504b07e81cd221fdfb21a.tar.xz wiki-d2999ccd689824ebc3b504b07e81cd221fdfb21a.zip |
Update documentation
-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']`] |