diff options
-rw-r--r-- | app/syndication/syndicators.py | 2 | ||||
-rw-r--r-- | design/templates/fb-feed.xml | 1 |
2 files changed, 1 insertions, 2 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"] diff --git a/design/templates/fb-feed.xml b/design/templates/fb-feed.xml index 3be1e1b..cce4368 100644 --- a/design/templates/fb-feed.xml +++ b/design/templates/fb-feed.xml @@ -1,7 +1,6 @@ {%load facebook_processor%}<?xml version="1.0"?> <!-- RSS generated by luxagraf.net on Sun, 28 Feb 2016 02:11:10 GMT --> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> (http://purl.org/rss/1.0/modules/content/); -<channel> <channel> <title>Luxagraf.net</title> <link>http://luxagraf.net/</link> |