diff options
author | 2024-03-19 16:31:48 +0800 | |
---|---|---|
committer | 2024-03-19 16:31:48 +0800 | |
commit | 31e662b4d9cca44d2f2c734ff23236d8ad3c2be1 (patch) | |
tree | df50d179c130cac6867fbbc9a817da0b0fbe3c2f /pydis_site/templates | |
parent | Timeline: Initial rewrite of CSS (diff) | |
parent | Timeline: Fix Liechtenstein postcard image (#1261) (diff) |
Fix conflicts
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/timeline.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 935c073c..b1e764b4 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -754,9 +754,8 @@ <div class="cd-timeline__content box"> <h2 class="title is-4">Python Discord hits 40,000 members, and is now bigger than Liechtenstein.</h2> <p class="content"><img - src="https://cdn.discordapp.com/attachments/354619224620138496/699666518476324954/unknown.png"> + src="https://raw.githubusercontent.com/python-discord/branding/main/wallpapers/bigger%20than%20liechtenstein/pydis%20postcard.png"> </p> - </div> </div> |