summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-03-06 11:46:03 -0600
committerluxagraf <sng@luxagraf.net>2024-03-06 11:46:03 -0600
commite8b218274167346b942927ee146d096d48dfebf3 (patch)
treec51b95d5e0223d47ed3b613c162dcb6af2c2771e /templates
parent89e3735883c03239270d33a3dc841a43f789f17e (diff)
range: added new paths for essays
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 0636f22..c63152d 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.">Friends</a>
- <a class="nav-item smcaps" href="{% url "range:range-list" %}" title="Essays">Range</a>
- <a class="nav-item smcaps" href="{% url "guides:guide-list" %}" title="Guides">Guides</a>
+ <a class="nav-item smcaps" href="{% url "range:range-list" %}" title="Life and how to live it">Range</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>
<!--
<a class="nav-item smcaps" href="/guides/" title="Useful Stuff">Guides</a> -->