aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2021-03-08 19:46:19 +0200
committerGravatar GitHub <[email protected]>2021-03-08 19:46:19 +0200
commit3429fe5cb18e16825b01a7d4024a015fa07452c1 (patch)
treedda6c829ba2c782b7578eaf230e5df3cbb1d58f8 /pydis_site/templates/base
parentFix grammar of unknown actor error and change tests (diff)
parentUpdate Dockerfile (diff)
Merge branch 'master' into ks123/nomination/split
Diffstat (limited to 'pydis_site/templates/base')
-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 90f06f3c..bca43b5d 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>
- 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><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>