Add page for game-less reward campaigns with RSS/Atom/Discord feeds
All checks were successful
Deploy to Server / deploy (push) Successful in 26s

This commit is contained in:
Joakim Hellsén 2026-06-15 03:28:36 +02:00
commit dbc36db1e0
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
8 changed files with 602 additions and 11 deletions

View file

@ -16,6 +16,18 @@
type="application/atom+xml"
title="Site-wide rewards (Discord)"
href="{% url 'core:sitewide_reward_feed_discord' %}" />
<link rel="alternate"
type="application/rss+xml"
title="All game-less rewards (RSS)"
href="{% url 'core:game_less_reward_feed' %}" />
<link rel="alternate"
type="application/atom+xml"
title="All game-less rewards (Atom)"
href="{% url 'core:game_less_reward_feed_atom' %}" />
<link rel="alternate"
type="application/atom+xml"
title="All game-less rewards (Discord)"
href="{% url 'core:game_less_reward_feed_discord' %}" />
{% endblock extra_head %}
{% block content %}
<main>
@ -39,6 +51,8 @@
<a href="{% url 'core:sitewide_reward_feed_discord' %}"
title="Discord feed for site-wide rewards">[discord]</a>
<a href="{% url 'core:docs_rss' %}" title="RSS feed documentation">[explain]</a>
<a href="{% url 'twitch:game_less_rewards' %}"
title="View all rewards with no game linked">[no game]</a>
</div>
</header>
{% if active_campaigns %}