aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar DawnOfMidnight <[email protected]>2021-04-09 09:22:05 -0400
committerGravatar DawnOfMidnight <[email protected]>2021-04-09 09:22:05 -0400
commite3136c74158aecb191a44cfbac7648d18e91dd6a (patch)
tree54c952bd4241a68925e1afd7e53954d0c472c5b6
parentMerge pull request #472 from python-discord/ks123/ghcr-token-to-github (diff)
Add timeline to navbar
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>