Skip to content

Commit

Permalink
put BMT 2023 tab after Archives
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 25, 2023
1 parent 51e84f5 commit e8af1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
{{ macros::nav_link(path="@/news/_index.md", label="News") }}
{{ macros::nav_link(path="@/about.md", label="About") }}
{{ macros::nav_link(path="@/sponsors/index.md", label="Sponsors") }}
{{ macros::nav_link(path="@/events/bmt-2023.md", label="BMT 2023") }}
{{ macros::nav_link(path="@/archives/_index.md", label="Archives") }}
{{ macros::nav_link(path="@/events/bmt-2023.md", label="BMT 2023") }}
</nav>
</header>
{% endblock %}
Expand Down

0 comments on commit e8af1df

Please sign in to comment.