summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 175e913..e00dd62 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,7 +28,7 @@
<nav>
<a class="nav-item smcaps" href="/bookshop/" title="Buy the Adventures of Lulu and Birdie"><span>Buy the </span>Books</a>
<a class="nav-item smcaps" href="{% url 'podcasts:list' 'lulu-birdie' %}" title="Listen to the Podcast"><span>Listen to the </span>Podcast</a>
- <a class="nav-item smcaps" href="/friends/" title="Join the Wandren Crew">Join <span>the </span>Crew</a>
+ <a class="nav-item smcaps" href="/crew/" title="Join the Wandren Crew">Join <span>the </span>Crew</a>
</nav>
</header>
{% block breadcrumbs %}{% endblock %}
@@ -37,14 +37,13 @@
{% block disclaimer %}{% endblock%}
<footer class="page-footer">
<nav>
- <a class="nav-item smcaps" href="/blogroll" title="Sites to inspire you">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">
&copy; 2020-{% now "Y" %}
- <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">scott gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Earth"></data><data class="p-region" value="Earth"></data><data class="p-country-name" value="United States"></data></span>.
- made with &#9829; on earth.
+ <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">libregraf publishing llc</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="United States"></data><data class="p-region" value="United States"></data><data class="p-country-name" value="United States"></data></span>.
+ made in the USA.
</p>
</footer>
{% block js %}{% endblock%}