diff options
author | 2020-10-12 00:32:44 +0100 | |
---|---|---|
committer | 2020-10-12 00:32:58 +0100 | |
commit | 059f6c07b755290634f9aae1a3657d3c4d761b43 (patch) | |
tree | d467312235fae36e3afee264bf86ddb33d5d34e6 | |
parent | Remove flake8-annotations timeline item (diff) |
Add logo to new logo timeline item
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 6e466106..0c8fc61c 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -53,7 +53,7 @@ <div class="cd-timeline__content text-component"> <h2>Our logo is born. Thanks @Aperture!</h2> - <p class="color-contrast-medium">picture here?</p> + <p class="color-contrast-medium"><img src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_discord/logo_discord_256.png"></p> <div class="flex justify-between items-center"> <span class="cd-timeline__date">Feb 3rd, 2018</span> |