summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-26 23:18:23 +0200
committerThomas Lange <code@nerdmind.de>2021-07-26 23:18:23 +0200
commit70af4d8dbfd6cbd9d7bbf4e44a7583ce9165c0b6 (patch)
treee8555d8e2813a8161cf3b45b75c0563430b98ff4
parent4fe1c1a92b177b6a74a73f18fcc3d49fc55b488f (diff)
downloadwiki-70af4d8dbfd6cbd9d7bbf4e44a7583ce9165c0b6.tar.gz
wiki-70af4d8dbfd6cbd9d7bbf4e44a7583ce9165c0b6.tar.xz
wiki-70af4d8dbfd6cbd9d7bbf4e44a7583ce9165c0b6.zip
Fix wrong prefix for POST.FEED_SIZE option
-rw-r--r--Configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md
index 87e04d0..1072d63 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: `10`]
+* `POST.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.