Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 608 Bytes

File metadata and controls

20 lines (15 loc) · 608 Bytes
layout page
title The IGDATC Podcast

Listen on RedCircle Listen on iTunes

{% assign year = "" %}

{% for post in site.categories.podcast %} {% assign postyear = post.date | date: "%Y" %}

{% if year != postyear %} {% assign year = postyear %}

{{ year }}

{% endif %}

  • {{ post.date | date: "%m/%d" }} - [{{ post.title }}]({{ post.url }}) {% endfor %}