{% include "fragments/header.html" %}
Home
This is your website.
Posts
{% let posts = content.posts %} {% for post in sort!(posts, date) | reverse -%}
{{ post.date | timestamp_s_to_formatted("%B %d, %Y") }}
--
{{ post.title }}
{% endfor %}
{% include "fragments/footer.html" %}