diff options
author | 2021-05-09 18:42:19 +0100 | |
---|---|---|
committer | 2021-05-09 18:42:19 +0100 | |
commit | 577663c41bc75661ec8c402e36193ef6b86c8114 (patch) | |
tree | ed791773017ddf899f81aeace8f5e4f13f3dcfaf | |
parent | Bump pygments from 2.3.1 to 2.7.4 (#469) (diff) | |
parent | Add timeline to navbar (diff) |
Add timeline to navbar (#476)
This commit adds the timeline to the navbar for easy access from anywhere on the website
-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 d8abf36d..bced8254 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -71,6 +71,9 @@ <a class="navbar-item" href="{% url 'wiki:get' path="contributing/" %}"> Contributing </a> + <a class="navbar-item" href="{% url 'timeline' %}"> + Timeline + </a> <a class="navbar-item" href="{% url 'wiki:get' path="frequently-asked-questions/" %}"> FAQ </a> |