diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 5 |
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 %} |