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 --- _includes/post.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _includes/post.html (limited to '_includes/post.html') diff --git a/_includes/post.html b/_includes/post.html new file mode 100644 index 0000000..bbe28d9 --- /dev/null +++ b/_includes/post.html @@ -0,0 +1,21 @@ +---json +{ +"layout": "base.html", +"tags": [ +"post" +] +} +--- +
+

{{ title }}

+ + + - + +
{{ content | safe }}
+
-- cgit v1.2.3-70-g09d2