2022-12-31 21:12:39 +00:00
|
|
|
<footer>
|
|
|
|
{% if config.site_about %}<a href="{% url "about" %}">About</a>{% endif %}
|
2023-05-04 04:42:37 +00:00
|
|
|
{% if config.policy_rules %}<a href="{% url "policy_rules" %}">Server Rules</a>{% endif %}
|
|
|
|
{% if config.policy_terms %}<a href="{% url "policy_terms" %}">Terms of Service</a>{% endif %}
|
|
|
|
{% if config.policy_privacy %}<a href="{% url "policy_privacy" %}">Privacy Policy</a>{% endif %}
|
|
|
|
{% if config.policy_issues %}<a href="{% url "policy_issues" %}">Report a Problem</a>{% endif %}
|
2022-12-31 21:12:39 +00:00
|
|
|
<a href="https://jointakahe.org">Takahē {{ config.version }}</a>
|
|
|
|
</footer>
|