diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index 6e50971..abe6f06 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -1,18 +1,14 @@ {{ config.SITE_NAME }} Torrent File RSS (No magnets) - - RSS Feed for {{ term }} - + RSS Feed for {{ term }} {{ url_for('home', _external=True) }} {% for torrent in query %} {% if torrent.has_torrent %} {{ torrent.display_name }} - - {{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }} - + {{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }} {{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }} {{ torrent.created_time|rfc822 }}