diff options
author | 2022-01-23 16:38:03 +0100 | |
---|---|---|
committer | 2022-01-23 16:38:03 +0100 | |
commit | 605d9a0266a9a967f051fa244bf1c2d31776c119 (patch) | |
tree | a9f3218e355c8f6a106ba2604334ce8a34823715 /pydis_site/templates/base/navbar.html | |
parent | Link icons belong close together. (diff) | |
parent | Merge pull request #640 from Krish-bhardwaj/main (diff) |
Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main
Diffstat (limited to 'pydis_site/templates/base/navbar.html')
-rw-r--r-- | pydis_site/templates/base/navbar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 11a11e10..18ff7efa 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -44,7 +44,7 @@ </a> {# Patreon #} - <a class="navbar-item" href="http://patreon.com/python_discord"> + <a class="navbar-item" href="https://patreon.com/python_discord"> <span class="icon is-size-4 is-medium"><i class="fab fa-patreon"></i></span> <span> Patreon</span> </a> @@ -79,7 +79,7 @@ <a class="navbar-item" href="{% url "content:page_category" location="frequently-asked-questions" %}"> FAQ </a> - <a class="navbar-item" href="{% url 'timeline' %}"> + <a class="navbar-item" href="{% url 'home:timeline' %}"> Timeline </a> <a class="navbar-item" href="{% url "content:page_category" location="rules" %}"> |