summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-01-21 15:34:10 -0500
committerlxf <sng@luxagraf.net>2022-01-21 15:34:10 -0500
commit88b873fcf97855980fcefb3a391cb2fc2d22d8ea (patch)
treefc68fd6a15cf88f14f1878b093d20703a5d181a5 /templates
parent6292a0cd72489c877806fd3a15b8faef2fc3c823 (diff)
changed top level menu again
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 935849a..53dda3f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,9 +28,10 @@
<span class="sitesubtitle">{%block sitesubtitle %}Walk Slowly{% endblock%}</span>
</div>
<nav>
- <a class="nav-item smcaps" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a>{%comment%} &amp; <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a>{%endcomment%}
- <a class="nav-item smcaps" href="/friends/" title="Join 'friends of a long year'">Friends</a>
- <a class="nav-item smcaps" href="/range/" title="Join 'range'">Range</a>
+ <a class="nav-item smcaps" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a>
+ {%comment%} &amp; <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a>{%endcomment%}
+ <a class="nav-item smcaps" href="/friends/" title="Join the 'friends of a long year' newsletter">Friends</a>
+ <a class="nav-item smcaps" href="/essays/" title="Essays">Essays</a>
<a class="nav-item smcaps" href="/about" title="About Scott">About</a>
</nav>
</header>