diff options
author | luxagraf <sng@luxagraf.net> | 2016-03-31 13:40:02 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-03-31 13:40:02 -0400 |
commit | e9e366da36914874d0ef2d8ed09ee31fe9cb3406 (patch) | |
tree | 94e341c940f8f7ea653ec364f1f175fa6fe6a45f /app/syndication/syndicators.py | |
parent | fb2488276033a690af4e50e76589f36e8f8b9901 (diff) |
bug fixes for live version of IA feed
Diffstat (limited to 'app/syndication/syndicators.py')
-rw-r--r-- | app/syndication/syndicators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/syndication/syndicators.py b/app/syndication/syndicators.py index e48ff4d..2e11c7d 100644 --- a/app/syndication/syndicators.py +++ b/app/syndication/syndicators.py @@ -26,7 +26,7 @@ def post_to_medium(item): content=body, content_format="html", publish_status="public", - canonicalUrl="https://luxagraf.net%s" % item.get_absolute_url(), + canonical_url="https://luxagraf.net%s" % item.get_absolute_url(), license="all-rights-reserved" ) return post["url"] |