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/base.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 _includes/base.html (limited to '_includes/base.html') diff --git a/_includes/base.html b/_includes/base.html new file mode 100644 index 0000000..36d9821 --- /dev/null +++ b/_includes/base.html @@ -0,0 +1,47 @@ +---json +{ +"date": "git Created" +} +--- + + + + + + + + + {{ title or metadata.title }} + + + + + + + + + + + + {%- css %}{% include "assets/main.css" %}{% endcss %} + + + + +
+ +
+
+ {{ content |safe }} +
+ + + + -- cgit v1.2.3-70-g09d2