diff options
author | 2018-04-07 15:02:35 +0100 | |
---|---|---|
committer | 2018-04-07 15:02:35 +0100 | |
commit | c4e683fff11c3c1bd33c95c1f741eb0c76fd99b2 (patch) | |
tree | e3abdf698a0f7e3e58a5df129ca7f90ba16f0541 /templates/main/base.html | |
parent | Fix stupid error (diff) |
Considerable progress on the wiki
Diffstat (limited to 'templates/main/base.html')
-rw-r--r-- | templates/main/base.html | 6 |
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> |