aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/base.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-07 15:02:35 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-07 15:02:35 +0100
commitc4e683fff11c3c1bd33c95c1f741eb0c76fd99b2 (patch)
treee3abdf698a0f7e3e58a5df129ca7f90ba16f0541 /templates/main/base.html
parentFix stupid error (diff)
Considerable progress on the wiki
Diffstat (limited to 'templates/main/base.html')
-rw-r--r--templates/main/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index 4978d494..6f5921d9 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -47,7 +47,11 @@
<footer>
<div class="uk-section uk-section-secondary uk-container-medium uk-text-meta">
<div class="uk-text-center">
- <p>This website uses <a href="https://python.org">Python</a> and <a href="http://flask.pocoo.org/">Flask</a>, and was developed collaboratively on <a href="https://github.com/discord-python/site">GitHub</a>.</p>
+ <p>
+ This website uses <a href="https://python.org">Python</a> and
+ <a href="http://flask.pocoo.org/">Flask</a>, and was developed collaboratively on
+ <a href="https://github.com/discord-python/site">GitHub</a>.
+ </p>
</div>
</div>
</footer>