diff options
| author | 2019-04-20 14:41:40 +0200 | |
|---|---|---|
| committer | 2019-04-20 14:41:40 +0200 | |
| commit | 14f8ca26b85f7cc3e009fb9ba2ac549e751c8068 (patch) | |
| tree | 041b093b2c9296fe23eb6e1bb54d0748fbe58dfa /pydis_site/templates/base/footer.html | |
| parent | Revert linter to non-verbose. (diff) | |
| parent | Make the flakes happy. (diff) | |
Merge pull request #213 from python-discord/django_front_page
Django front page
Diffstat (limited to 'pydis_site/templates/base/footer.html')
| -rw-r--r-- | pydis_site/templates/base/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html index ff868160..90f06f3c 100644 --- a/pydis_site/templates/base/footer.html +++ b/pydis_site/templates/base/footer.html @@ -1,7 +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 + Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> © {% now "Y" %} <span id="pydis-text">Python Discord</span> </p> </div> </footer> |