From 900a707fdcb04e5739126ec2509fdc39fee7491c Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 7 Apr 2024 19:43:04 +0530 Subject: Rewrote Site in 11ty Still need to Update the content --- posts.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 posts.html (limited to 'posts.html') diff --git a/posts.html b/posts.html new file mode 100644 index 0000000..ccb45b3 --- /dev/null +++ b/posts.html @@ -0,0 +1,28 @@ +---json +{ +"layout": "page.html", +"title": "Posts", +"eleventyNavigation": { +"key": "Posts", +"order": 2 +} +} +--- +
+ {% for post in collections.post %} + + {% endfor %} +
-- cgit v1.2.3-70-g09d2