{% 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 %}

{% include_template "_episode" %} {{ post.text }}
{% endfor %}