layout home {% for post in site.posts limit:10 %} {{ post.title | escape }} Submitted {% if post.author %}by {{ post.author }} {% endif %}on {{ post.created | date: "%Y-%m-%d %H:%M" }} {{ post.content | strip_html | truncatewords: 50 }} {% endfor %}