forked from github/pelican
None, not False, in *_SAVE_AS docs. Fixes #1106.
This commit is contained in:
parent
47e19b8d18
commit
cb82e48636
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ Setting name (default value) What does it do?
|
|||
|
||||
If you do not want one or more of the default pages to be created (e.g.,
|
||||
you are the only author on your site and thus do not need an Authors page),
|
||||
set the corresponding ``*_SAVE_AS`` setting to ``False`` to prevent the
|
||||
set the corresponding ``*_SAVE_AS`` setting to ``None`` to prevent the
|
||||
relevant page from being generated.
|
||||
|
||||
Timezone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue