aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2018-03-17 18:11:46 +0000
committerGravatar GitHub <[email protected]>2018-03-17 18:11:46 +0000
commit4c2e394c0cdc20ae3c3ad11360934bcce95aff35 (patch)
tree9b228efb86ad137076de3a7332741f07bd24196f /templates
parentAdd a brief footer with a link to the repo (#37) (diff)
`Github` => `GitHub`
Diffstat (limited to 'templates')
-rw-r--r--templates/main/base.html2
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> &bull; 2018</p>
+ <p>Developed collaboratively on <a href="https://github.com/discord-python/site">GitHub</a> &bull; 2018</p>
</div>
</div>
</footer>