mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1473 from ingwinlu/patch-1
Update faq.rst to include missing Author Feeds
This commit is contained in:
commit
c7b52bc730
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ disable all feed generation, you only need to specify the following settings::
|
||||||
FEED_ALL_ATOM = None
|
FEED_ALL_ATOM = None
|
||||||
CATEGORY_FEED_ATOM = None
|
CATEGORY_FEED_ATOM = None
|
||||||
TRANSLATION_FEED_ATOM = None
|
TRANSLATION_FEED_ATOM = None
|
||||||
|
AUTHOR_FEED_ATOM = None
|
||||||
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
The word ``None`` should not be surrounded by quotes. Please note that ``None``
|
The word ``None`` should not be surrounded by quotes. Please note that ``None``
|
||||||
and ``''`` are not the same thing.
|
and ``''`` are not the same thing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue