diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
commit | 65a712ec2639656b7e55491f81235c5290c4271d659cbf25f0cf28663585be0b (patch) | |
tree | 2b912e3d95a43b7a6a82c3040377d4f9594e091094cc3080111c1935ef748fc2 /config.toml | |
parent | 5fc217637e458b9571c8e022c841c81c4fe9f5170c8b948a31f5bc0c7d584935 (diff) | |
download | journal-65a712ec2639656b7e55491f81235c5290c4271d659cbf25f0cf28663585be0b.tar.gz journal-65a712ec2639656b7e55491f81235c5290c4271d659cbf25f0cf28663585be0b.zip |
Remove the last of the excess path traversal
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 176edde..4e8e4b6 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,6 @@ languageCode = "en-us" disablePathToLower = true enableRobotsTXT = true disableKinds = ['taxonomy', 'term', 'RSS', 'section'] -relativeURLs = true rssLimit = 20 [author] |