Improve welcome page

* Improve code readability of calendar details
* Add link to AE Dev discord in useful links
* Add link to github at the bottom
This commit is contained in:
2025-01-05 16:42:26 +01:00
parent 7f4cc5fb0f
commit a8702d4f5e
6 changed files with 31 additions and 23 deletions

View File

@ -123,7 +123,10 @@
<ul>
<li>
<i class="fa-brands fa-discord fa-xl"></i>
<a rel="nofollow" target="#" href="https://discord.gg/QvTm3XJrHR">{% trans %}Discord{% endtrans %}</a>
<a rel="nofollow" target="#" href="https://discord.gg/QvTm3XJrHR">{% trans %}Discord AE{% endtrans %}</a>
{% if user.was_subscribed %}
- <a rel="nofollow" target="#" href="https://discord.gg/QvTm3XJrHR">{% trans %}Dev Team{% endtrans %}</a>
{% endif %}
</li>
<li>
<i class="fa-brands fa-facebook fa-xl"></i>
@ -164,6 +167,3 @@
</div>
{% endblock %}