diff options
author | 2022-01-29 13:19:05 +0100 | |
---|---|---|
committer | 2022-01-29 13:19:05 +0100 | |
commit | 113f22d388f09c3d55e51325a29136e8902ae305 (patch) | |
tree | d6567095da3d0559bad45513082e1f06b02fd605 | |
parent | Use fullwidth icons so everything is aligned. (diff) |
Add Guides to the More menu.
Since we've removed the resources landing page, there's no
easy way to get to Guides anymore. For that reason, I'm adding it to
the More menu so that it'll still be discoverable.
-rw-r--r-- | pydis_site/templates/base/navbar.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 48ade189..d7fb4f4c 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -76,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> |