{% for post in site.posts limit:include.entries offset:include.offset %}
  • {% if post.subheadline %}{{ post.subheadline }} · {% endif %}{{ post.title }}
  • {% endfor %}
  • More ›