huge restructure to give flexibility with blog posts and mobile layouts

This commit is contained in:
Jonathan Souter
2023-02-28 21:25:22 +10:30
parent 4bcb5e0dc1
commit 2964a27d53
14 changed files with 135 additions and 53 deletions

View File

@ -3,10 +3,3 @@ title: blog
layout: layout/base.njk
eleventyImport.collections: ["blog"]
---
These are all of my amazing blog posts, enjoy!
{% for post in collections.blog | reverse %}
- [{{ post.data.title }}]({{ post.data.page.fileSlug }})
{% endfor %}
<!-- post.data contents are at https://github.com/11ty/eleventy/discussions/2284 -->