Skip to content

Commit

Permalink
simplified nav
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Oct 12, 2022
1 parent 605590b commit 0d15856
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<div class="container">
<header>
<h1>Flask-Pymongo Example App</h1>
<p><a href="{{ url_for('home')}}">Home</a> |</p>
<nav>
<a href="{{ url_for('home')}}">Home</a>
</nav>
</header>
<main>{% block container %} {% endblock %}</main>
<footer>
Expand Down

0 comments on commit 0d15856

Please sign in to comment.