Files
wiki/theme/main.html
networkException b174cf96f0 Theme: Add announcement over header that points to the discord server
I feel like its quite important to have a link for people to get help anywhere
on the wiki. While there was already an icon for discord in the footer, it was not
too easy to spot
2021-05-12 22:00:50 +02:00

5 lines
139 B
HTML

{% extends "base.html" %}
{% block announce %}
Join our <a href="https://discord.com/invite/68MRhQu">Discord Server</a>
{% endblock %}