summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-05 19:32:35 -0700
committerAndrew Godwin2022-12-05 19:32:35 -0700
commitf54d1885b52d32541fd0c407818bf5aabe9ded7d (patch)
treec34354b21f67f8fb4f5fb393f1f9ccd06ef8a665 /templates
parenta31f676b46a4d904954b8b7227dcde779aedca54 (diff)
downloadtakahe-f54d1885b52d32541fd0c407818bf5aabe9ded7d.tar.gz
takahe-f54d1885b52d32541fd0c407818bf5aabe9ded7d.tar.bz2
takahe-f54d1885b52d32541fd0c407818bf5aabe9ded7d.zip
Style footer links in medium width
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html8
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&nbsp;Rules</a>{% endif %}
+ {% if config.policy_terms %}<a href="{% url "terms" %}">Terms&nbsp;of&nbsp;Service</a>{% endif %}
+ {% if config.policy_privacy %}<a href="{% url "privacy" %}">Privacy&nbsp;Policy</a>{% endif %}
+ <a href="https://jointakahe.org">Takahē&nbsp;{{ config.version }}</a>
</footer>
</body>