diff options
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 5db71d0..06220ed 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -14,10 +14,9 @@ title="Luxagraf RSS feed" href="https://luxagraf.net/rss/"> {%block stylesheet%}<link rel="stylesheet" - href="/media/screenv10.css{%comment%}?{% now "u" %}{%endcomment%}" + href="/media/screenv11.min.css?{% now "u" %}" media="screen">{%endblock%} <link rel="dns-prefetch" href="https://images.luxagraf.net"> - <link rel="dns-prefetch" href="https://stats.luxagraf.net"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="manifest" href="/manifest.json" /> {%block extrahead%}{%endblock%} @@ -29,9 +28,9 @@ <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%} & <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="/about" title="About Scott">About</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 'friends of a long year'">Friends</a> + <a class="nav-item smcaps" href="/about" title="About Scott">About</a> </nav> </header> {% block breadcrumbs %}{% endblock %} @@ -40,9 +39,9 @@ {% block disclaimer %}{% endblock%} <footer class="page-footer"> <nav> - <a class="nav-item" href="/blogroll" title="Sites that inspire us">Blogroll</a> - <a class="nav-item" href="/contact/" title="contact luxagraf">Contact</a> - <a class="nav-item" href="/feed.xml" title="RSS feed">RSS</a> + <a class="nav-item smcaps" href="/blogroll" title="Sites that inspire us">Blogroll</a> + <a class="nav-item smcaps" href="/contact/" title="contact luxagraf">Contact</a> + <a class="nav-item smcaps" href="/feed.xml" title="RSS feed">RSS</a> </nav> <p id="license"> © 2003-{% now "Y" %} |