summaryrefslogtreecommitdiff
path: root/design/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/base.html')
-rw-r--r--design/templates/base.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 61b9172..97b8f4e 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -29,10 +29,11 @@
<span class="sitesubtitle">{%block sitesubtitle %}Walk Slowly{% endblock%}</span>
</div>
<nav>
- <a class="nav-item" 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>
- <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="{% 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" href="/friends/" title="Join 'friends of a long year'">Friends</a>
+ <a class="nav-item" href="/range/" title="Range, a photo a week, in your inbox">Range</a></span>
+ <a class="nav-item" href="{% url "src:list" %}" title="make cool stuff">src</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> &amp; <a href="/newsletter/range/" title="Range, a photo a week, in your inbox">Range</a></span>
</nav>
</header>
{% block breadcrumbs %}{% endblock %}