--- title: "Journal" layout: single.njk lastmod: 2025-05-12T00:50:00.00-05:00 eleventyImport: collections: ["post"] eleventyNavigation: key: "Journal" order: 1 --- # Journal All my posts.
    {% for post in collections.post reversed %}
  1. {{ post.date | date: "%Y-%m-%d" }}: {{ post.data.title }}
  2. {% endfor %}