diff options
author | luxagraf <sng@luxagraf.net> | 2024-07-24 16:37:26 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-07-24 16:37:26 -0500 |
commit | 88e0f0ac2bd5874256bf7e84fa460965bacdd761 (patch) | |
tree | c79a3cc81a2a85be809605b9042b00ca32db095c /templates/base.html | |
parent | 074ec1e21a7bfa867bbb2c35057c19b5cfc375c4 (diff) |
general update
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 7 |
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"> © 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 ♥ 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%} |