{%- for post in site.posts limit: site.layout.home_posts_no -%}
  • {{ post.title }} {{ post.date | date: '%b %-d, %Y' }}
  • {%- endfor -%}