From 59226ee954e40b21e64187fed3eef80db436d148 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 31 Oct 2022 16:29:56 +0530 Subject: * Article Published * Adds Twitter Share Button * Style Changes --- src/_includes/posts.njk | 57 +++++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 25 deletions(-) (limited to 'src/_includes/posts.njk') diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk index 0245970..c660276 100644 --- a/src/_includes/posts.njk +++ b/src/_includes/posts.njk @@ -1,30 +1,37 @@ - -{% include "./partials/head.njk" %} - - - {% include "./partials/header.njk" %} -
-
-
-
-
-

{{title}}

-

{{date | dateFilter}}

-
-
- {{content | safe}} + + {% include "./partials/head.njk" %} + + + {% include "./partials/header.njk" %} +
+
+
+
+
+

{{title}}

+

{{date | dateFilter}}

+
+
+ {{content | safe}} +
+
+
+ If you found this article useful, spread the word by sharing this link 👉 + + + + + +
+ -
- -
- - -
- {% include "./partials/footer.njk" %} - + + + + {% include "./partials/footer.njk" %} + \ No newline at end of file -- cgit v1.2.3