{% include_template "_books" %}
{%- if is_category or is_tag %}

{{ page_title }}

{%- if is_category %} {%- assign cat = categories | where: "slug", slug | first -%} {%- if cat.description %}

{{ cat.description.value }}

{% endif -%} {%- endif %} {%- endif %} {% for post in model.posts %}

{{ post.title }}

{{ post.published_on | date: "dddd, MMMM d, yyyy" }} {% if logged_on %} • Edit Post{% endif %}

{%- assign media = post.metadata | value: "episode_media_file" -%} {%- unless media == "-- episode_media_file not found --" %} {%- endunless %} {{ post.text }}
{% endfor %}