From e9e366da36914874d0ef2d8ed09ee31fe9cb3406 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 31 Mar 2016 13:40:02 -0400 Subject: bug fixes for live version of IA feed --- app/syndication/syndicators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/syndication/syndicators.py') 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"] -- cgit v1.2.3-70-g09d2