mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Refactor atom feed names for clarity
FEED -> FEED_ATOM TAG_FEED -> TAG_FEED_ATOM CATEGORY_FEED -> CATEGORY_FEED_ATOM
This commit is contained in:
parent
1e8b05984a
commit
5f958ae84d
7 changed files with 25 additions and 25 deletions
|
|
@ -64,7 +64,7 @@ Then just make sure to have the template installed in to your theme as
|
|||
What if I want to disable feed generation?
|
||||
==========================================
|
||||
|
||||
To disable all feed generation set ``FEED`` and ``FEED_RSS`` to ``None`` in
|
||||
To disable all feed generation set ``FEED_ATOM`` and ``FEED_RSS`` to ``None`` in
|
||||
your settings. Please note ``None`` and ``''`` are not the same thing. The
|
||||
word None should not be surrounded by quotes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue