aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-07-09 14:54:27 +0300
committerGravatar GitHub <[email protected]>2021-07-09 14:54:27 +0300
commit29b022d613cc0b9c923b33a98f7f5725219a4ebd (patch)
tree15fc9dd04e3b16982792ed2924d34bb72584dd1f /pydis_site
parentRemove the- prefix from useful information code style guide link (diff)
Add PEP 8 song embed
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/pages/code-jams/code-style-guide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/code-style-guide.html b/pydis_site/templates/events/pages/code-jams/code-style-guide.html
index 68423dde..f691d067 100644
--- a/pydis_site/templates/events/pages/code-jams/code-style-guide.html
+++ b/pydis_site/templates/events/pages/code-jams/code-style-guide.html
@@ -250,6 +250,7 @@ def my_function():
We have <a href="https://www.youtube.com/watch?v=hgI0p1zf31k">The PEP 8 Song (featuring lemonsaurus)</a>!
Great way to get started with writing beautiful code.
</p>
+ <iframe width="500" height="315" src="https://www.youtube.com/embed/hgI0p1zf31k"></iframe>
{% endblock %}
{% block sidebar %}