{%- if layout.blog-list-title or page.blog-list-title -%} {%- assign blTitle = layout.blog-list-title | default: page.blog-list-title -%} {%- endif -%}
{% if blTitle %}

{{ blTitle }}

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

{{ post.title | escape }}

{% include catag.html list=post -%}
{{ post.excerpt }} {% if post.excerpt != post.content -%} Read more {%- endif %}
{%- endfor -%}
{% if paginator.total_pages > 1 -%}

subscribe via RSS