From 89dcbebe875e6bb9d81b7ca8b8ffea45ea245927 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 23 Oct 2017 15:59:53 +0200 Subject: Trailing slashes from the "*.DIRECTORY" configuration parameters removed because this was a mistake. --- Configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Configuration.md') diff --git a/Configuration.md b/Configuration.md index b50cbf6..076385c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -69,9 +69,9 @@ Enable or disable the use of slug URLs for item permalinks. If disabled, the uni ## Directories Item base directories relative to your base directory where the application is installed. -* `PAGE.DIRECTORY`: [string: `'page/'`] -* `POST.DIRECTORY`: [string: `'post/'`] -* `USER.DIRECTORY`: [string: `'user/'`] +* `PAGE.DIRECTORY`: [string: `'page'`] +* `POST.DIRECTORY`: [string: `'post'`] +* `USER.DIRECTORY`: [string: `'user'`] ## Emoticons Enable or disable parsing of emoticons for the body of the item. -- cgit v1.2.3