diff options
| author | 2021-06-27 16:12:07 +0800 | |
|---|---|---|
| committer | 2021-06-27 16:12:07 +0800 | |
| commit | cc59fc79b6e4fe23b5630577e492a1fb0ef08852 (patch) | |
| tree | dd1d389ba271371d6a3143dc80426b5f680407e5 /pydis_site/templates/home/index.html | |
| parent | Address review comments. (diff) | |
| parent | Merge pull request #536 from bast0006/fix-nitro-message (diff) | |
Merge branch 'main' into move-config-docs-to-contributing-guide
Diffstat (limited to 'pydis_site/templates/home/index.html')
| -rw-r--r-- | pydis_site/templates/home/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 18f6b77b..08f98607 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -200,6 +200,8 @@ </a> <a href="https://streamyard.com" class="column is-narrow"> <img src="{% static "images/sponsors/streamyard.png" %}" alt="StreamYard"/> + <a href="https://www.cloudflare.com/" class="column is-narrow"> + <img src="{% static "images/sponsors/cloudflare.png" %}" alt="Cloudflare"/> </a> </div> </div> |