diff options
| author | 2024-07-18 22:30:15 +0200 | |
|---|---|---|
| committer | 2024-07-18 22:30:15 +0200 | |
| commit | 9ac9ef90cc14e684fd40c534a36a430968d85e9b (patch) | |
| tree | e859e884a287952210f2abd24562c956dd6375ec /pydis_site/templates/base | |
| parent | Merge pull request #1365 from python-discord/more-frameworks (diff) | |
| parent | Merge branch 'main' into feat/timeline-from-yaml (diff) | |
Merge pull request #1293 from python-discord/feat/timeline-from-yaml
Markdown + YAML for the timeline
Diffstat (limited to 'pydis_site/templates/base')
| -rw-r--r-- | pydis_site/templates/base/navbar.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 2fcd8ad8..41f5fa10 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -88,7 +88,7 @@            <a class="navbar-item" href="{% url "content:page_category" location="guides" %}">              Guides            </a> -          <a class="navbar-item" href="{% url 'home:timeline' %}"> +          <a class="navbar-item" href="{% url 'timeline:index' %}">              Timeline            </a>            <a class="navbar-item" href="{% url "content:page_category" location="rules" %}">  |