aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/footer.html
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-01-05 15:13:52 +0000
committerGravatar Chris Lovering <[email protected]>2022-01-05 15:13:52 +0000
commit5c63524c8871144736147e3b136d633901d0ef9d (patch)
treeb2e0ce852231bd08a7258fec27e40f8ba8e52a4c /pydis_site/templates/base/footer.html
parentMerge pull request #637 from python-discord/mbaruh-patch-1 (diff)
Add netcup logo to page footer
Diffstat (limited to 'pydis_site/templates/base/footer.html')
-rw-r--r--pydis_site/templates/base/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html
index bca43b5d..0bc93578 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>
- Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a><br>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/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
+ Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.eu/"><span id="netcup-logo">netcup</span></a><br>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/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
</p>
</div>
</footer>