Files
wiki/theme/main.html
T

11 lines
267 B
HTML

{% extends "base.html" %}
{% block announce %}
<style>
.announce-text {
color: var(--md-typeset-color);
}
</style>
<span class="announce-text">Join our <a href="https://discord.com/invite/68MRhQu">Discord Server</a></span>
{% endblock %}