diff options
author | 2021-03-23 11:34:57 +0000 | |
---|---|---|
committer | 2021-03-23 11:34:57 +0000 | |
commit | 929181ba9f7c69a12ed82ece4f667abeb3d75af7 (patch) | |
tree | 95030c4eafd78084e994a21e76cb0f5f82f69bb3 /pydis_site/templates | |
parent | Merge pull request #451 from python-discord/mbaruh/channel-activity (diff) | |
parent | Reduces The Width Of The Sponsors Tab (diff) |
Merge pull request #460 from python-discord/add-streamyard
Adds Streamyard Banner To Homepage
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 04815b7f..c35af2aa 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -204,6 +204,9 @@ <a href="https://notion.so" class="column is-narrow"> <img src="{% static "images/sponsors/notion.png" %}" alt="Notion"/> </a> + <a href="https://streamyard.com" class="column is-narrow"> + <img src="{% static "images/sponsors/streamyard.png" %}" alt="StreamYard"/> + </a> </div> </div> </div> |