From b5fd22222764346e167d30a2181594cb5eb7acbc Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 23 Nov 2022 00:54:24 +0530 Subject: Website Layout Changes * Adds retro tile backgrounds --- src/_includes/posts.njk | 58 +++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'src/_includes/posts.njk') diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk index f463047..9212cd4 100644 --- a/src/_includes/posts.njk +++ b/src/_includes/posts.njk @@ -4,38 +4,40 @@ {% include "./partials/head.njk" %} - {% include "./partials/header.njk" %} -
-
-
-
-
+
+ {% include "./partials/header.njk" %} +
+
+
+
-

{{title}}

- +
+

{{title}}

+ +
+
+ {{content | safe}} +
-
- {{content | safe}} -
-
-
-
- If you found this article useful, spread the word by sharing this link 👉 + +
+ If you found this article useful, spread the word by sharing this link 👉 - - + + + - -
-
- Post Last Modified: {{modified() | dateFilter}} -
- -
+ +
+ Post Last Modified: {{modified() | dateFilter}} +
+
+ back to posts +
+ -
- {% include "./partials/footer.njk" %} + + {% include "./partials/footer.njk" %} + \ No newline at end of file -- cgit v1.2.3