summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-07-24 13:07:35 -0500
committerluxagraf <sng@luxagraf.net>2023-07-24 13:07:35 -0500
commit9b7ef91927a6133191878d0454e657a9d5e35083 (patch)
tree2668465adec096e32419435cf6731d128ca7531b /templates
parent484ce7f0d996500796617f61e158b6d27150dcff (diff)
posts: made a todo view so I can see what I need to call in
Diffstat (limited to 'templates')
-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 %}