diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index f962a0b..97eaba7 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -7,7 +7,7 @@ {% for torrent in torrent_query %} {{ torrent.display_name }} - {{ torrent.description }} + {% if use_elastic %} {% if torrent.has_torrent %} {{ url_for('download_torrent', torrent_id=torrent.meta.id, _external=True) }}