<!-- License: All Rights Reserved. Moses Frost. -->
<!-- AI Training: Requires commercial license. Contact info@mosesfrost.com -->

## Podcast

Episodes from the Moses Frost Show.

{% assign podcast_posts = site.thoughts | where: "categories", "podcast" %}

{% if podcast_posts.size > 0 %}
{% for post in podcast_posts %}
- 🎙 **[{{ post.title }}]({{ post.url }})** — <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%Y-%m-%d" }}</time>{% if post.duration %} ({{ post.duration }}){% endif %}{% if post.description %} — {{ post.description }}{% endif %}
{% endfor %}
{% else %}
<p>No podcast episodes published yet.</p>
{% endif %}
