Merge branch 'getpelican:master' into Chinese-translation

This commit is contained in:
GeorgeHu 2024-05-08 10:04:55 +08:00 committed by GitHub
commit 19f8706793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 20 additions and 2 deletions

View file

@ -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_REF = False
If set to ``True``, ``?ref=feed`` 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``.