From 191fb0c0aa31a5142f81ea6f7fcf253b10f0297c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 28 Aug 2022 00:41:33 +0530 Subject: * Project Restructred * Adds Tailwind * Completed Intro Page, About, Posts Listing * Changes build and development scripts --- src/_includes/posts.njk | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'src/_includes/posts.njk') diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk index 8422f4c..6d57289 100644 --- a/src/_includes/posts.njk +++ b/src/_includes/posts.njk @@ -1,17 +1,26 @@ -{% include "head.njk" %} +{% include "./partials/head.njk" %} - {% include "header.njk" %} - -
- {{content | safe}} + {% include "./partials/header.njk" %} +
+
+
+
+
+

{{title}}

+

{{date | dateFilter}}

+
+
+ {{content | safe}} +
+
+
+
back to posts
- + {% include "./partials/footer.njk" %} \ No newline at end of file -- cgit v1.2.3