]> git.frykholm.com Git - friends.git/blobdiff - friends/templates/feed.xml
first hello world working
[friends.git] / friends / templates / feed.xml
index 320eb65d6ba20512c635b8986d3437ece800d9bd..30851312c3ae5b296d5822b6457bbfdbf578978d 100644 (file)
@@ -14,9 +14,8 @@
     <id>tag:frykholm.com,2016:{{entry['id']}}</id>
     <title>titeln</title>
     <updated>{{arrow.get(entry['ts']).isoformat()}}</updated>
-    <activity:verb>
-      http://activitystrea.ms/schema/1.0/post
-    </activity:verb>
+      <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
+         <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
     <content type="html" >
        {{entry['text']}}
     </content>