Add navigation bar

Closes: #89
This commit is contained in:
Edward Betts 2024-01-02 16:08:22 +00:00
parent aa7d7b7e6c
commit 31d5da22ac
7 changed files with 35 additions and 69 deletions

View file

@ -53,18 +53,6 @@
<h1>Conferences</h1>
<p>
<a href="{{ url_for("index") }}">&larr; back to agenda</a>
|
<a href="{{ url_for("travel_list") }}">travel</a>
|
<strong>conference</strong>
|
<a href="{{ url_for("gaps_page") }}">gaps</a>
|
<a href="{{ url_for("accommodation_list") }}">accommodation</a>
</p>
<div class="grid-container">
{{ section("Current", current, "attending") }}
{{ section("Future", future, "going") }}