mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement recent uploads RSS
This commit is contained in:
parent
7c28eaadd2
commit
643d643f46
5 changed files with 102 additions and 4 deletions
|
|
@ -2,6 +2,6 @@
|
|||
<title>{{ 'undefined event' | trans }} {{ 'by' | trans }} #{{ user.id }}</title>
|
||||
<author>#{{ user.id }}</author>
|
||||
<pubDate>{{ added | date('D, d M Y h:i:s O') }}</pubDate>
|
||||
<guid>{{ path('user_info', { userId : user.id }) }}#activity-{{ id }}</guid>
|
||||
<link>{{ path('user_info', { userId : user.id }) }}#activity</link>
|
||||
<guid>{{ url('user_info', { userId : user.id }) }}#activity-{{ id }}</guid>
|
||||
<link>{{ url('user_info', { userId : user.id }) }}#activity</link>
|
||||
</item>
|
||||
Loading…
Add table
Add a link
Reference in a new issue