diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index c980b1b..0d85eae 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,6 @@ <a class="logo-link" href="/" title="Home">W</span></a> </div> <nav> - <a class="nav-item" href="/notes/todo" title="See what needs to be called in">Call in</a> <a class="nav-item" href="/notes" title="View Guides">Notes</a> <a class="nav-item" href="/posts" title="View Guides">Guides</a> <a class="nav-item" href="/posts/todo" title="View Guides">todo</a> |