diff options
| author | 2020-10-12 01:22:35 +0100 | |
|---|---|---|
| committer | 2020-10-12 01:22:35 +0100 | |
| commit | 0ad74500786c7e3389c475aa6affbc9b6728c5bc (patch) | |
| tree | fffb4f11490b0a16ba52073912d5c20f974012cc | |
| parent | Fix line endings (diff) | |
Hyperlink stats page
| -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 558257ac..f785fde4 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -416,7 +416,7 @@              <div class="cd-timeline__content text-component">                  <h2>Python Discord Public Statistics are now live</h2>                  <p class="color-contrast-medium">After getting numerous requests to publish beautiful data on member -                    count and channel use, we create https://stats.pythondiscord.com/ for all to enjoy.</p> +                    count and channel use, we create <a href="https://stats.pythondiscord.com/">stats.pythondiscord.com</a> for all to enjoy.</p>                  <div class="flex justify-between items-center">                      <span class="cd-timeline__date">Jun 4th, 2020</span> | 
