summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-12-20 12:53:15 -0500
committerluxagraf <sng@luxagraf.net>2023-12-20 12:53:15 -0500
commit106e009531d400e28382739f318e71ba0e83e2c6 (patch)
tree691a8b2773d719312bb41a5e85afa542e3900021 /templates
parent70bae74c82c2bece323dbb83794c6f0c79ef604d (diff)
lttr: redid Range a bit
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index d2180d5..d9b75dd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,8 +28,8 @@
</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="/films/" title="Films">Films</a>
- <a class="nav-item smcaps" href="/essays/" title="Essays">Essays</a>
+ <a class="nav-item smcaps" href="{% url "essays:list" %}" title="Essays">Essays</a>
+ <a class="nav-item smcaps" href="/range/" title="Range">Range</a>
<a class="nav-item smcaps" href="/friends/" title="Join the 'friends of a long year' newsletter">Friends</a>
{%comment%}<a class="nav-item smcaps" href="/range/" title="Join the 'Range' newsletter">Range</a> {%endcomment%}
<a class="nav-item smcaps" href="/about" title="About Scott">About</a>