--- title: Blog layout: default permalink: /blog/ --- {% for post in site.posts %}

{{ post.title }}

{{ post.date | date: "%Y/%m/%d" }}   {{ post.author }}  

{{ post.content | strip_html | truncatewords:75}}

Read More...
{% endfor %}