Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.43 KB

podcast.md

File metadata and controls

52 lines (42 loc) · 1.43 KB
title description image layout
DataTalks.Club Podcast
DataTalks.Club – the place to talk about data
images/cover.jpg
page

Podcast

{% assign seasons = site.podcast | reverse | group_by: 'season' %}

Register for upcoming podcast events in events.

{% for season in seasons %}

Season #{{ season.name }}

    {% for episode in season.items %}
  • {{ episode.title }} with {% include authors.html authors=episode.guests %}
  • {% endfor %}

{% endfor %}