diff --git a/core/templates/index.html b/core/templates/index.html index 41300fb..be75ffb 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static %} {% block content %}
- 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. -
-- Ends in: {{ campaign.end_at|timeuntil }} -
- {% if campaign.description != campaign.name %} - {% if campaign.description|length > 100 %} - -{{ campaign.description }}
- {% endif %} - {% endif %} -+ Ends in: {{ campaign.end_at|timeuntil }} +
+ {% if campaign.description != campaign.name %} + {% if campaign.description|length > 100 %} + +{{ campaign.description }}
+ {% endif %} + {% endif %} ++ 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. +
+