mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
DOC: fixed typo in 'CLEAN_URLS'
was singular in docs but only works as plural
This commit is contained in:
parent
3e8226da15
commit
1f4bb6a2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ Setting name (default value) what does it do?
|
||||||
`ARTICLE_PERMALINK_STRUCTURE` (``''``) Empty by default. Allows to render URLs in a
|
`ARTICLE_PERMALINK_STRUCTURE` (``''``) Empty by default. Allows to render URLs in a
|
||||||
particular way, see below.
|
particular way, see below.
|
||||||
`AUTHOR` Default author (put your name)
|
`AUTHOR` Default author (put your name)
|
||||||
`CLEAN_URL` (``False``) If set to `True`, the URLs will not be suffixed by
|
`CLEAN_URLS` (``False``) If set to `True`, the URLs will not be suffixed by
|
||||||
`.html`, so you will have to setup URL rewriting on
|
`.html`, so you will have to setup URL rewriting on
|
||||||
your web server.
|
your web server.
|
||||||
`DATE_FORMATS` (``{}``) If you do manage multiple languages, you can
|
`DATE_FORMATS` (``{}``) If you do manage multiple languages, you can
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue