mirror of
https://github.com/getpelican/pelican.git
synced 2026-08-31 02:34:05 +02:00
Merge 5471134d9e into 3c69dc68d2
This commit is contained in:
commit
449fbb84b6
2 changed files with 10 additions and 0 deletions
3
RELEASE.md
Normal file
3
RELEASE.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Release type: patch
|
||||
|
||||
- Minor documentation improvement to clarify how to prevent listing pages from being generated.
|
||||
|
|
@ -683,6 +683,13 @@ template.
|
|||
|
||||
The location to save the tag list. The default is ``"tags.html"``.
|
||||
|
||||
.. note::
|
||||
|
||||
If you do not want one or more of the list pages to be created (e.g.,
|
||||
you are the only author on your site and thus do not need a listing of
|
||||
Authors), set the corresponding ``*S_SAVE_AS`` setting to ``""`` to prevent the
|
||||
relevant page from being generated.
|
||||
|
||||
.. data:: INDEX_SAVE_AS
|
||||
|
||||
The location to save the list of all articles. The default is ``"index.html"``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue