summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index cca6bf3..c771084 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,6 +21,8 @@
</div>
<nav>
<a class="nav-item" href="/posts" title="View Guides">Guides</a>
+ <a class="nav-item" href="/notes/todo" title="See what needs to be called in">Todo</a>
+ <a class="nav-item" href="/notes" title="View Guides">Notes</a>
</nav>
</header>
{% block breadcrumbs %}{% endblock %}