aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/main/base.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index 43a06bfb..3ec130ad 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -37,5 +37,12 @@
{% endblock %}
{% endif %}
{% block content %}{% endblock %}
+<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>
+ </div>
+</div>
+</footer>
</body>
</html>