diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 6816c84..1a1fa9a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,7 +29,7 @@ </div> <nav> <a class="nav-item smcaps" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a> - <a class="nav-item smcaps" href="/essays/" title="Essays">Essays</a> + <a class="nav-item smcaps" href="/notes/" title="Notes">Notes</a> <a class="nav-item smcaps" href="/friends/" title="Join the 'friends of a long year' newsletter">Friends</a> <a class="nav-item smcaps" href="/range/" title="Join the 'Range' newsletter">Range</a> <a class="nav-item smcaps" href="/about" title="About Scott">About</a> |