This commit is contained in:
Valerio Versace 2017-11-24 18:42:58 +00:00 committed by GitHub
commit 300d2491c0

View file

@ -283,7 +283,7 @@ class Content(object):
"%s used {attach} link syntax on a "
"non-static file. Use {filename} instead.",
self.get_relative_source_path())
origin = '/'.join((siteurl, linked_content.url))
origin = linked_content.url
origin = origin.replace('\\', '/') # for Windows paths.
else:
logger.warning(