diff options
author | Pi Delport <pjdelport@gmail.com> | 2019-05-01 02:10:42 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-02 08:56:42 +0200 |
commit | 46e3b584045626fbde673252b46913a368461800 (patch) | |
tree | b60633974f505b3cd5b8c340c2b73ffa33e87d2d | |
parent | ffd5e272a8c42becf977125e6e9826ad26e68d23 (diff) |
(README typo)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ Simple blog supported for section `posts` ### Site Configuration There are few configuration options you can add to your `config.yml|json|toml` file ```yaml -# (Optional) Set this to true if you use captial letters in file names +# (Optional) Set this to true if you use capital letters in file names disablePathToLower: true # (Optional) Set this to true to enable 'Last Modified by' date and git author |