mirror of
https://github.com/t2linux/wiki.git
synced 2026-04-30 13:32:14 -07:00
5bfb37203b
* feat: more matrix migration stuffs * feat: update year to 2026
11 lines
336 B
HTML
11 lines
336 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://matrix.to/#/#space:t2linux.org">Matrix Space</a> or <a href="https://discord.com/invite/68MRhQu">Discord Server</a></span>
|
|
{% endblock %}
|