mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
TRANSLATION_FEED is now split into TRANSLATION_FEED_ATOM and TRANSLATION_FEED_RSS to match the other feed configuration keys
Incidentally, Pelican can now generate RSS translation feeds.
This commit is contained in:
parent
4f1e3293ff
commit
a11726783e
6 changed files with 31 additions and 13 deletions
|
|
@ -202,7 +202,8 @@ Here is a complete list of the feed variables::
|
|||
CATEGORY_FEED_RSS
|
||||
TAG_FEED_ATOM
|
||||
TAG_FEED_RSS
|
||||
TRANSLATION_FEED
|
||||
TRANSLATION_FEED_ATOM
|
||||
TRANSLATION_FEED_RSS
|
||||
|
||||
|
||||
Inheritance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue