aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/index.html
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-06-07 01:49:04 +0200
committerGravatar Leon Sandøy <[email protected]>2020-06-07 01:49:04 +0200
commit7048cf15868f234cd59fe6072e1b77a81d3140a0 (patch)
treed90727f0be6a73ce4d0505edee4ead790e8e65d9 /pydis_site/templates/home/index.html
parentMerge pull request #361 from python-discord/dependabot/pip/django-2.2.13 (diff)
Add Summer Code Jam image on landing page.
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r--pydis_site/templates/home/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index c30cbee6..3e96cc91 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -39,8 +39,8 @@
{# Right column container #}
<div class="column is-half-desktop">
- <a href="https://pythondiscord.com/pages/events/game-jam-2020/">
- <img src="https://raw.githubusercontent.com/python-discord/branding/master/events/game%20jam%202020/game%20jam%202020%20-%20website%20banner.png">
+ <a href="https://pythondiscord.com/pages/code-jams/code-jam-7/">
+ <img src="{% static "images/events/summer_code_jam_2020.png" %}">
</a>
</div>
</div>