diff options
author | 2018-03-17 18:11:46 +0000 | |
---|---|---|
committer | 2018-03-17 18:11:46 +0000 | |
commit | 4c2e394c0cdc20ae3c3ad11360934bcce95aff35 (patch) | |
tree | 9b228efb86ad137076de3a7332741f07bd24196f /templates | |
parent | Add a brief footer with a link to the repo (#37) (diff) |
`Github` => `GitHub`
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/base.html b/templates/main/base.html index 3ec130ad..e1fba15d 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -40,7 +40,7 @@ <footer> <div class="uk-section uk-section-secondary uk-container-medium uk-text-meta"> <div class="uk-text-center"> - <p>Developed collaboratively on <a href="https://github.com/discord-python/site">Github</a> • 2018</p> + <p>Developed collaboratively on <a href="https://github.com/discord-python/site">GitHub</a> • 2018</p> </div> </div> </footer> |