summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html
index 693f424..0636f22 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,7 @@
title="Luxagraf RSS feed"
href="https://luxagraf.net/rss/">
{%block stylesheet%}<link rel="stylesheet"
- href="/media/screenv11.min.css?{% now "u" %}"
+ href="/media/screenv11.css?{% now "u" %}"
media="screen">{%endblock%}
{%block extrahead%}{%endblock%}
</head>
@@ -27,12 +27,12 @@
<span class="sitesubtitle" id="slogan">{%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>
- <a class="nav-item smcaps" href="{% url "essays:list" %}" title="Essays">Essays</a>
- <a class="nav-item smcaps" href="/friends/" title="Join the 'friends of a long year' newsletter">Friends</a>
- <a class="nav-item smcaps" href="/range/" title="Range">Range</a>
- <!--<a class="nav-item smcaps" href="/guides/" title="Useful Stuff">Guides</a> -->
+ <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="/about" title="About Scott">About</a>
+ <!--
+ <a class="nav-item smcaps" href="/guides/" title="Useful Stuff">Guides</a> -->
</nav>
</header>
{% block breadcrumbs %}{% endblock %}