Ben Sturmfels
956f8c6fda
Each Cast (episode) can belong to one or more Podcast, allowing episodes to be shared between podcasts. This enables us introductory episodes to be delivered in their own feed, but also included in the main "The Corresponding Source" feed. This required adding an additional `podcast_slug` argument to most views. The date archive views were dropped because they're not linked to from anywhere. Added a `podcasts` view as an index of all available Podcasts.
9 lines
605 B
HTML
9 lines
605 B
HTML
<ul>
|
|
<li><a href="{% url 'podjango:cast-home' podcast_slug='the-corresponding-source' %}">The Corresponding Source</a></li>
|
|
<li class="CopyleftCompliance"><a href="/copyleft-compliance/">Copyleft Compliance</a></li>
|
|
<li class="VizioTopBar"><a href="/copyleft-compliance/vizio.html">Vizio Lawsuit</a></li>
|
|
<li class="FIXME"><a href="/projects/">Member Projects</a></li>
|
|
<li class="Outreachy"><a href="https://outreachy.org">Outreachy</a></li>
|
|
<li class="UseTheSource"><a href="{% url 'usethesource:landing' %}">Use The Source</a></li>
|
|
<li class="FOSSY"><a href="/fossy/">FOSSY</a></li>
|
|
</ul>
|