summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-11-19 20:30:22 -0600
committerluxagraf <sng@luxagraf.net>2024-11-19 20:30:22 -0600
commit6744e821691cdbcfbd9f6cf583a62a90b5c4c6a5 (patch)
tree7115fbf3c6950fb3473d5e17b0bc5104f75270c2 /templates
parentbefd652f9d47167ca56893c6b6d2dc70bd1a4c30 (diff)
posts: got rid of range
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 03be0c3..0bce354 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,7 +28,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="{% url "range:list" %}" title="Life and how to live it">Essays</a>
+ <a class="nav-item smcaps" href="/essays/" title="Life and how to live it">Essays</a>
<!--<a class="nav-item smcaps" href="{% url "guides:guide-list" %}" title="Guides">Guides</a> -->
<a class="nav-item smcaps" href="/about" title="About Scott">About</a>
<!--