X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/511b6ecb108d9a00340f1e58b849c3fcdb4536c9..HEAD:/friends/templates/feed.xml?ds=inline
diff --git a/friends/templates/feed.xml b/friends/templates/feed.xml
index 320eb65..eee839a 100644
--- a/friends/templates/feed.xml
+++ b/friends/templates/feed.xml
@@ -10,20 +10,20 @@
{{feed_url}}
{{arrow.now().isoformat()}}
{% for entry in entries %}
-
+ {{entry['text']}}
+ {#
tag:frykholm.com,2016:{{entry['id']}}
titeln
{{arrow.get(entry['ts']).isoformat()}}
-
- http://activitystrea.ms/schema/1.0/post
-
+ http://activitystrea.ms/schema/1.0/note
+ http://activitystrea.ms/schema/1.0/post
{{entry['text']}}
http://activitystrea.ms/schema/1.0/article
-
+ #}
{% end %}