diff --git a/pelican/contents.py b/pelican/contents.py index 15770fc8..6d6f7d7f 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -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(