--- layout: base.njk --- home > {{ title }} {{ content | safe }} {%- for post in ( collections.post | sortByDate ) -%} {{ post.data.date }} - {{ post.data.title }} ({{ post.content | readingTime }}) {{ post.data.description }} {%- endfor -%}