diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 7 |
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%} & <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%} & <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> |