aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/feed.rss.html
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: explicitely loop over PHP variables in templatesVirtualTam2016-10-161-1/+1
| | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/613 Before: {loop="someVariable"} After: {loop="$someVariable"} Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Set updated date for items in feedsArthurHoaro2016-08-031-1/+2
| | | | | RSS doesn't support updated date for items, so we use the ATOM extension. Updated dates also bump the global update
* Adds a RSS template fileArthurHoaro2016-03-181-0/+34
Improvements: * Add searchtags in categories domain URL. * Language is now based on the locale. * Add a generator tag. * self link is always displayed.