diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 2fd92bf..b30e38f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -75,7 +75,11 @@ </main> <footer> - <span>Powered by <a href="https://jointakahe.org">Takahē {{ config.version }}</a></span> + {% if config.site_about %}<a href="{% url "about" %}">About</a>{% endif %} + {% if config.policy_rules %}<a href="{% url "rules" %}">Server Rules</a>{% endif %} + {% if config.policy_terms %}<a href="{% url "terms" %}">Terms of Service</a>{% endif %} + {% if config.policy_privacy %}<a href="{% url "privacy" %}">Privacy Policy</a>{% endif %} + <a href="https://jointakahe.org">Takahē {{ config.version }}</a> </footer> </body> |