twitter → chaos.social

This commit is contained in:
Laura Klünder 2023-12-02 00:50:26 +01:00
parent 41bc94fd6b
commit 1fbd213e9d
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<h2>{% trans 'About c3nav' %}</h2>
<p>{% blocktrans %}c3nav is open source software, find out more about it on <a href="https://github.com/c3nav" rel="external" target="_blank">GitHub</a>.{% endblocktrans %}</p>
<p>{% blocktrans %}Keep yourself up to date on c3nav by following us on <a href="https://twitter.com/c3nav" rel="external" target="_blank">Twitter</a>.{% endblocktrans %}</p>
<p>{% blocktrans %}Keep yourself up to date on c3nav by following us on <a href="https://chaos.social/@c3nav" rel="external" target="_blank">the fediverse</a>.{% endblocktrans %}</p>
{% if team %}
<p>{% trans 'The c3nav team at this event:' %} {{ team }}</p>
{% endif %}

View file

@ -15,7 +15,7 @@
<a href="{% url 'editor.index' %}" target="_blank">{% trans 'Editor' %}</a> //
{% endif %}
<a href="/api/" target="_blank">{% trans 'API' %}</a> //
<a href="https://twitter.com/c3nav/" rel="external" target="_blank">Twitter</a> //
<a href="https://chaos.social/@c3nav/" rel="external" target="_blank">Fediverse</a> //
<a href="https://github.com/c3nav/c3nav/" rel="external" target="_blank">GitHub</a> //
<a href="{% url 'site.about' %}" id="about-link">{% trans 'about c3nav' %}</a>
</section>