{% unless include.max %} {% assign include.max = site.posts | size %} {% endunless %}
{% for post in site.posts limit:include.max %}
  • {{ post.title }}

    {{ post.date | date: "%b %-d, %Y" }}

    {{ post.excerpt }}

    more...

  • {% endfor %}