summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2022-12-17 14:44:02 -0600
committerluxagraf <sng@luxagraf.net>2022-12-17 14:44:02 -0600
commit4ecc8fca59c3a5e36530e88859cb9f9347444efc (patch)
treed6b09ebf6acb7697fa83543afc3c630994009523 /templates/base.html
parent656505098a80e653319236ac302fd6dd9f485b33 (diff)
pages: added a homepage template
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index bb8b902..175e913 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -27,9 +27,8 @@
</div>
<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="/podcast/" title="Listen to the Podcast"><span>Listen to the </span>Podcast</a>
- <a class="nav-item smcaps" href="/friends/" title="Join 'friends of a long year'">Join <span>the </span>Crew</a>
- <a class="nav-item smcaps" href="/about" title="About Libregraf">About</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>
</nav>
</header>
{% block breadcrumbs %}{% endblock %}