mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix default FEED_DOMAIN: None -> SITEURL.
This is similar to how `AUTHOR_REGEX_SUBSTITUTIONS` is described, for instance.
This commit is contained in:
parent
7ef5eae639
commit
595713b91a
1 changed files with 1 additions and 4 deletions
|
|
@ -969,10 +969,7 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings:
|
||||||
|
|
||||||
The domain prepended to feed URLs. Since feed URLs should always be
|
The domain prepended to feed URLs. Since feed URLs should always be
|
||||||
absolute, it is highly recommended to define this (e.g.,
|
absolute, it is highly recommended to define this (e.g.,
|
||||||
"https://feeds.example.com"). If you have already explicitly defined SITEURL
|
"https://feeds.example.com"). The default is ``SITEURL``.
|
||||||
(see above) and want to use the same domain for your feeds, you can just
|
|
||||||
set: ``FEED_DOMAIN = SITEURL``. The default is ``None``, which uses the
|
|
||||||
base URL "/".
|
|
||||||
|
|
||||||
.. data:: FEED_ATOM
|
.. data:: FEED_ATOM
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue