aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-04-15 14:23:16 +0200
committerGravatar Johannes Christ <[email protected]>2024-04-15 14:23:16 +0200
commita8e6c74ebec82e656dd46280793d6261198ffa3d (patch)
tree1e95078e5c98e2e9022a1c78a32d3a1476c2c18e /pydis_site/templates
parentUpdate deployment manifest path (diff)
Add our reference to Netcup links
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/footer.html2
-rw-r--r--pydis_site/templates/home/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html
index 9beb284f..eacc7429 100644
--- a/pydis_site/templates/base/footer.html
+++ b/pydis_site/templates/base/footer.html
@@ -1,7 +1,7 @@
<footer class="footer has-background-grey-darker">
<div class="content has-text-centered has-text-grey-lighter">
<p>
- 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>
+ Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.eu/?ref=177518"><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>
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 91951637..393e7c19 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -188,7 +188,7 @@
Sponsors
</h1>
<div class="columns is-vcentered">
- <a href="https://www.netcup.eu/" class="column is-one-third">
+ <a href="https://www.netcup.eu/?ref=177518" class="column is-one-third">
<img class="light-image" src="{% static "images/sponsors/netcup.png" %}" alt="netcup" loading="lazy"/>
<img class="dark-image" src="{% static "images/sponsors_dark/netcup.png" %}" alt="netcup" loading="lazy"/>
</a>