diff options
Diffstat (limited to 'pydis_site/templates/base/footer.html')
-rw-r--r-- | pydis_site/templates/base/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html new file mode 100644 index 00000000..ff868160 --- /dev/null +++ b/pydis_site/templates/base/footer.html @@ -0,0 +1,7 @@ +<footer class="footer has-background-dark has-text-light"> + <div class="content has-text-centered"> + <p> + © 2019 Python Discord | Built with Django and Bulma + </p> + </div> +</footer> |