From df98ed8873854f76e4e96b26eea461c362119ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 7 Jul 2024 22:49:21 +0200 Subject: [PATCH] Add information box where you can subscribe to daily/weekly news --- core/templates/index.html | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/core/templates/index.html b/core/templates/index.html index ff154ef..41300fb 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -11,6 +11,8 @@
+ Information {% for game in games %} {{ game.display_name }} @@ -21,6 +23,59 @@
+
+
+
+
+

Information

+
+

+ This site allows users to subscribe to Twitch drops. You can either get notified when the website finds a new drop on the Twitch site or get notified when the drops begin to be farmable. +

+

+ You can add a Discord Webhook here. +

+
+
+

Webhooks

+ {% for webhook in webhooks %} +
+ {{ webhook.name }} + {{ webhook.name }} +
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ {% endfor %} +
+
+
+
+
{% for game in games %}