diff options
author | luxagraf <sng@luxagraf.net> | 2022-12-30 10:16:59 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-12-30 10:16:59 -0600 |
commit | 35ac29dfe6d563f99664976d9c6897799d2dadde (patch) | |
tree | 868616a0bbba799f501129885e0a6d1f3f8e2beb /templates | |
parent | 60bf1a8b71750b4423f36730a8e1d2c6093cd06a (diff) |
posts: reverted to calling them essays and redid a few things to make it
easier to see what's going on
Diffstat (limited to 'templates')
-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 1a1fa9a..6816c84 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="/notes/" title="Notes">Notes</a> + <a class="nav-item smcaps" href="/essays/" title="Essays">Essays</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> |