aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-05-09 18:42:19 +0100
committerGravatar GitHub <[email protected]>2021-05-09 18:42:19 +0100
commit577663c41bc75661ec8c402e36193ef6b86c8114 (patch)
treeed791773017ddf899f81aeace8f5e4f13f3dcfaf
parentBump pygments from 2.3.1 to 2.7.4 (#469) (diff)
parentAdd 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.html3
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>