{% for ep in site.categories.podcasts %} {% if ep.podcast_length == blank %}
{{ ep.podcast_link | remove: "www.podtrac.com/pts/redirect.mp3/" }}
{% endif %} {% endfor %}{% for ep in site.categories.podcasts %} {% assign len = ep.podcast_length | plus: 0 %} {% if len <= 0 %}
{{ ep.podcast_link | remove: "www.podtrac.com/pts/redirect.mp3/" }}
{% endif %} {% endfor %}{% for ep in site.categories.podcasts %} {% if ep.podcast_length == blank %}
{{ ep.podcast_link | remove: "www.podtrac.com/pts/redirect.mp3/" }}
{% endif %} {% endfor %}{% for ep in site.categories.podcasts %} {% if ep.podcast_link == blank %}
{{ ep.title }}
{% endif %} {% endfor %}{% for ep in site.categories.podcasts %}
{{ ep.podcast_link }}
{% endfor %}