forked from github/pelican
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:
|
||||
logger.warning(
|
||||
'{filename} used for linking to static'
|
||||
'content %s in %s. Use {static} instead',
|
||||
' content %s in %s. Use {static} instead',
|
||||
path,
|
||||
self.get_relative_source_path())
|
||||
return linked_content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue