--- --- {% include header.html %}

Blog

{% for post in site.posts %}

{{ post.title }}

Posted {{ post.date | date: "%Y-%m-%d" }} by {{ post.author }}

{{ post.content }} {% endfor %} {% include footer.html %}