Twitch Drops
--Latest drops are shown first within each game. Click on a campaign or game title to see more details. -Hover over the end time to see the exact date and time. -+
Active Twitch Drops Campaigns
-
+
diff --git a/templates/twitch/org_list.html b/templates/twitch/org_list.html
index 1a9e142..88a5ab5 100644
--- a/templates/twitch/org_list.html
+++ b/templates/twitch/org_list.html
@@ -3,26 +3,21 @@
Organizations
{% endblock title %}
{% block content %}
-
RSS feed for campaigns
- |
+ title="RSS feed for all campaigns">[rss - all campaigns]
Atom feed for campaigns
+ title="Atom feed for campaigns">[atom - all campaigns]
{% if campaigns_by_game %}
{% for game_id, game_data in campaigns_by_game.items %}
diff --git a/templates/twitch/game_detail.html b/templates/twitch/game_detail.html
index da3b2fa..3f18c0f 100644
--- a/templates/twitch/game_detail.html
+++ b/templates/twitch/game_detail.html
@@ -21,14 +21,6 @@
{{ game.display_name }}
{% if game.display_name != game.name and game.name %}({{ game.name }}){% endif %}
-
-
- RSS feed for {{ game.display_name }} campaigns
- |
- Atom feed for {{ game.display_name }} campaigns
-
{% if game.box_art_best_url %}
{% picture game.box_art_best_url alt=game.name width=160 %}
@@ -43,6 +35,13 @@
{% endfor %}
{% endif %}
+
+
+ [rss - {{ game.display_name|default:game.name|lower }}]
+ [atom - {{ game.display_name|default:game.name|lower }}]
+
{% if active_campaigns %}