diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index b30e38f..ac79b24 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,10 +76,10 @@ <footer> {% 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> + {% 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> |