diff options
| author | 2022-02-20 21:20:29 -0500 | |
|---|---|---|
| committer | 2022-02-20 21:20:29 -0500 | |
| commit | 0e1257d6eca90fa45ba7c11454a0fba7e3fc74f7 (patch) | |
| tree | e3ad78be879f615b2621c0afba9db813e70fafff /pydis_site/templates/base/navbar.html | |
| parent | Add table of content and final edits (diff) | |
| parent | Merge pull request #668 from python-discord/update/name-profile-policy (diff) | |
Merge branch 'main' into content/update-help-channel-timing
Diffstat (limited to 'pydis_site/templates/base/navbar.html')
| -rw-r--r-- | pydis_site/templates/base/navbar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 4b68dd6c..d7fb4f4c 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -67,9 +67,6 @@ <a class="navbar-item" href="{% url "resources:index" %}"> Resources </a> - <a class="navbar-item" href="{% url "resources:resources" category="tools" %}"> - Tools - </a> <a class="navbar-item" href="{% url "events:index" %}"> Events </a> @@ -79,6 +76,9 @@ <a class="navbar-item" href="{% url "content:page_category" location="frequently-asked-questions" %}"> FAQ </a> + <a class="navbar-item" href="{% url "content:page_category" location="guides" %}"> + Guides + </a> <a class="navbar-item" href="{% url 'home:timeline' %}"> Timeline </a> |