Browse Source

remove meta prefix

main
ghost 4 months ago
parent
commit
b6c45e0093
  1. 4
      templates/default/room/index.rss.twig

4
templates/default/room/index.rss.twig

@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
<link>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : 'latest' }) }}</link>
{% for post in feed %}
<item>
<title>#{{ post.id }}</title>
<author>@{{ post.user }}</author>
<title>{{ post.id }}</title>
<author>{{ post.user }}</author>
<pubDate>{{ post.time | date('D, d M Y h:i:s O') }}</pubDate>
<guid>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : post.id }) }}</guid>
<link>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : post.id }) }}</link>

Loading…
Cancel
Save