--- layout: default robots: noindex ---
    {% for post in paginator.posts %}
  1. {{ post.title }}

    {{ post.excerpt | strip_html }}…

    {% if post.tags.size > 0 %} • {% endif %}

  2. {% endfor %}

{% if paginator.previous_page or paginator.next_page %} {% include pagination.html %} {% endif %}