diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-27 08:55:31 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-27 08:55:31 -0500 |
commit | 94dc3eb97f4ddb09da3dde887703e95d5a876576 (patch) | |
tree | e6c5dbee693fe99fa9dd338583e26e12e7849022 /templates | |
parent | 3e31c2bb0e5984d344a1c5d7144fb956b395f062 (diff) |
posts: added top level link to new stuff
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 0d85eae..5d0a398 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,9 +20,10 @@ <a class="logo-link" href="/" title="Home">W</span></a> </div> <nav> - <a class="nav-item" href="/notes" title="View Guides">Notes</a> + <a class="nav-item" href="/notes" title="View Notes">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> + <a class="nav-item" href="/posts/todo" title="View things that need to be done">todo</a> + <a class="nav-item" href="/posts/new" title="View new stuff todo">new</a> <span class="logout" > <form class="inline btn" action="/logout/" method="post">{% csrf_token %} <button type="submit" value="Log out" class="btn-link">Log out</button> |