diff options
| author | 2020-10-10 13:08:08 +0100 | |
|---|---|---|
| committer | 2020-10-10 13:08:08 +0100 | |
| commit | 929a93daf89d444d91fcb0d0f129297ae9986ec7 (patch) | |
| tree | 189ce0f7b8562f31a5a77f16b151e6bf76f5e1cf /pydis_site/templates | |
| parent | add static timeline assets (diff) | |
| parent | Merge pull request #378 from RohanJnr/user_endpoint (diff) | |
Merge branch 'master' into feat/timeline
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/base/base.html | 1 | ||||
| -rw-r--r-- | pydis_site/templates/home/index.html | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index 4c70d778..70426dc1 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -37,6 +37,7 @@ {% render_block "css" %} </head> <body class="site"> + <!-- Git hash for this release: {{ git_sha }} --> <main class="site-content"> {% if messages %} diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 3e96cc91..f31363a4 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -39,9 +39,7 @@ {# Right column container #} <div class="column is-half-desktop"> - <a href="https://pythondiscord.com/pages/code-jams/code-jam-7/"> - <img src="{% static "images/events/summer_code_jam_2020.png" %}"> - </a> + <iframe width="560" height="315" src="https://www.youtube.com/embed/ZH26PuX3re0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div> |