diff options
Diffstat (limited to 'app/syndication')
-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"] |