From 30a031edc5c5f161ba487822a4adb3c60a9864b1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 10 Sep 2023 07:49:49 -0300 Subject: Initial commit --- _includes/post.njk | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 _includes/post.njk (limited to '_includes') diff --git a/_includes/post.njk b/_includes/post.njk new file mode 100644 index 0000000..115d9d0 --- /dev/null +++ b/_includes/post.njk @@ -0,0 +1,29 @@ +--- +title: My Rad Blog +tag: post +--- + + + + + + + + + + + + {{ title }} + + + + + ߸ + +
+

On Web, Actions and Words

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