mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix Spelling
This commit is contained in:
parent
d9817f9a96
commit
6393df3bfe
2 changed files with 3 additions and 3 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
|
I'm getting a warning about Feeds generated without SITEURL being set properly
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
RSS and arom3 feeds require all URLs and links in them to be absolute. In order
|
RSS and atom3 feeds require all URLs and links in them to be absolute. In order
|
||||||
to properly generate all URLs properly in perlican you will need to set
|
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``
|
``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
|
to test build your site ``SITEURL`` is disabled so you should receive this
|
||||||
warning.
|
warning.
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ class ArticlesGenerator(Generator):
|
||||||
return
|
return
|
||||||
elif self.settings.get('SITEURL') is '':
|
elif self.settings.get('SITEURL') is '':
|
||||||
logger.warning(
|
logger.warning(
|
||||||
'Feeds generated without SITEURL set properly may not be vaild'
|
'Feeds generated without SITEURL set properly may not be valid'
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.settings.get('FEED'):
|
if self.settings.get('FEED'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue