mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 01:44:27 +00:00
remove meta prefix
This commit is contained in:
parent
d799fa8f6f
commit
b6c45e0093
@ -6,8 +6,8 @@
|
|||||||
<link>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : 'latest' }) }}</link>
|
<link>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : 'latest' }) }}</link>
|
||||||
{% for post in feed %}
|
{% for post in feed %}
|
||||||
<item>
|
<item>
|
||||||
<title>#{{ post.id }}</title>
|
<title>{{ post.id }}</title>
|
||||||
<author>@{{ post.user }}</author>
|
<author>{{ post.user }}</author>
|
||||||
<pubDate>{{ post.time | date('D, d M Y h:i:s O') }}</pubDate>
|
<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>
|
<guid>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : post.id }) }}</guid>
|
||||||
<link>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : post.id }) }}</link>
|
<link>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : post.id }) }}</link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user