mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix warning message
Add space between words 'static' and 'content'
This commit is contained in:
parent
b6d423d2b8
commit
58be4f0e04
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ class Content(object):
|
||||||
if linked_content:
|
if linked_content:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
'{filename} used for linking to static'
|
'{filename} used for linking to static'
|
||||||
'content %s in %s. Use {static} instead',
|
' content %s in %s. Use {static} instead',
|
||||||
path,
|
path,
|
||||||
self.get_relative_source_path())
|
self.get_relative_source_path())
|
||||||
return linked_content
|
return linked_content
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue