{{ page.title }}

{{ content }} {% if content %}
{% endif %}

Posts

{% for post in site.posts %} {% assign date_format = site.date_format | default: '%A, %d %B, %Y' %}
{% if post.author %}Posted by {{ post.author }} on {% endif %}{{ post.date | date: date_format }}

{{ post.content | truncate_words: 50 }}

{% endfor %}