mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add reference to FAQ statement about feeds
This commit is contained in:
parent
6393df3bfe
commit
1e8b05984a
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ word None should not be surrounded by quotes.
|
|||
I'm getting a warning about Feeds generated without SITEURL being set properly
|
||||
==============================================================================
|
||||
|
||||
RSS and atom3 feeds require all URLs and links in them to be absolute. In order
|
||||
to properly generate all URLs properly in pelican you will need to set
|
||||
`RSS and atom3 feeds require all URLs and links in them to be absolute <http://validator.w3.org/feed/docs/rss2.html#comments>`_.
|
||||
In order to properly generate all URLs properly in pelican you will need to set
|
||||
``SITEURL`` to the full path of your blog. By default, when using the ``make html``
|
||||
to test build your site ``SITEURL`` is disabled so you should receive this
|
||||
warning.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue