diff options
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 3b9dd31..871bcfa 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -31,8 +31,8 @@ <nav> <a class="nav-item" 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> <a href="{% url "guides:guide-base" %}" title="Advice, Tools, Tips and Tricks for Full Time Van or RV Life.">Guides</a>{%endcomment%} - <a class="nav-item" href="/newsletter/friends/" title="The 'friends of a long year' newsletter">newsletter</a> <a class="nav-item" href="/about" title="About Scott">About</a> + <span class="nav-item">Lttrs: <a href="/newsletter/friends/" title="Join 'friends of a long year'">Friends</a> & <a href="/newsletter/range/" title="Range, a photo a week, in your inbox">Range</a></span> </nav> </header> {% block breadcrumbs %}{% endblock %} |