You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% capture number %}{% if episode.number %}{{ episode.number }}{% else %}{{ episode.path | split:'/' | last | split:'.' | first | plus:'0' }}{% endif %}{% endcapture %}
<li>
{% include episodelink.html episode=episode %}
<p>{{ episode.description }}</p>
</li>
{%- endfor -%}
</ul>
<p>Find more episodes in the <a href="{{ site.feed.link }}/live/feed">RSS feed</a></p>
<p>Check out the <a href="{{ site.feed.link }}/live/bonus/">Bonus</a> page for other audio bits that are not quite podcast worthy, and the <a href="{{ site.feed.link }}/live/stats/">Stats for Nerds</a> page for other cool stuff.</p>