--- layout: default route: blog --- {% include blog-hero.html %} {% for post in site.posts %} {{ post.date | date_to_string }} {{ post.title }} {{ post.content }} {% endfor %}
{{ post.date | date_to_string }}