From 253bf55fea70b646c7306918d2d6b3ec9d2f3b10 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 31 Mar 2016 13:48:55 -0400 Subject: fixed some RSS template bugs in IA feed --- design/templates/fb-feed.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/design/templates/fb-feed.xml b/design/templates/fb-feed.xml index cce4368..1f83170 100644 --- a/design/templates/fb-feed.xml +++ b/design/templates/fb-feed.xml @@ -1,6 +1,6 @@ {%load facebook_processor%} - (http://purl.org/rss/1.0/modules/content/); + Luxagraf.net http://luxagraf.net/ @@ -9,10 +9,10 @@ Sun, 28 Feb 2016 02:11:10 GMT en-us luxagraf.net - http://cyber.law.harvard.edu/rss/rss.html{% for object in object_list %}{% with object.content_object as object %}{% with object.body_html|facebook_processor as body %} + http://cyber.law.harvard.edu/rss/rss.html{% for object in object_list %}{% with object.content_object as object %} {{object.title}} - {{body}} + {{object.dek}} @@ -30,7 +30,7 @@
luxagraf
- {{body|safe}} + {{object.body_html|facebook_processor|safe}}
©{{object.pub_date|date:"Y"}} luxagraf.net
@@ -41,6 +41,6 @@ Wed, 17 Feb 2016 19:11:17 GMT https://luxagraf.net{{object.get_absolute_url}} https://luxagraf.net{{object.get_absolute_url}} -
{%endwith%}{%endwith%}{% endfor %} + {%endwith%}{% endfor %}
-- cgit v1.2.3