From a50d39ccaaf216b4921ba9c1b2411c3a5fddfb2c Mon Sep 17 00:00:00 2001 From: TheAMM Date: Sat, 22 Jul 2017 21:54:28 +0300 Subject: [PATCH] Improve RSS feed title (show term, torrent/magnet) --- nyaa/templates/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index 1e3de72..fd8e085 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -1,6 +1,6 @@ - {{ config.SITE_NAME }} Torrent File RSS + {{ config.SITE_NAME }} - {{ term }} - {% if not magnet_links %}Torrent File{% else %}Magnet URI{% endif %} RSS RSS Feed for {{ term }} {{ url_for('home', _external=True) }}