mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add feature to add rel param to rss feedss if requested
This commit is contained in:
parent
d9b2bc3a4e
commit
25c84cc1b3
3 changed files with 9 additions and 0 deletions
|
|
@ -1008,6 +1008,11 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings:
|
|||
to ``False``, the full content will be included instead. This setting
|
||||
doesn't affect Atom feeds, only RSS ones.
|
||||
|
||||
.. data:: FEED_APPEND_REL = False
|
||||
|
||||
If set to ``True``, ``?rel=rss`` will be appended to links in generated
|
||||
feeds for the purpose of referrer tracking.
|
||||
|
||||
If you don't want to generate some or any of these feeds, set the above
|
||||
variables to ``None``.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue