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/base.njk | 40 ++++++++++++++++++---------------- src/_includes/intro.njk | 28 +++++++++++++----------- src/_includes/posts.njk | 58 +++++++++++++++++++++++++------------------------ 3 files changed, 66 insertions(+), 60 deletions(-) (limited to 'src/_includes') diff --git a/src/_includes/base.njk b/src/_includes/base.njk index f5f5df6..25d65c4 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -1,22 +1,24 @@ - -{% include "./partials/head.njk" %} - - - {% include "./partials/header.njk" %} -
-
-
-
-
-
- {{content | safe}} -
-
-
-
-
- {% include "./partials/footer.njk" %} - + + {% include "./partials/head.njk" %} + + +
+ {% include "./partials/header.njk" %} +
+
+
+
+
+
+ {{content | safe}} +
+
+
+
+
+ {% include "./partials/footer.njk" %} +
+ \ No newline at end of file diff --git a/src/_includes/intro.njk b/src/_includes/intro.njk index 456c68a..c4bd98a 100644 --- a/src/_includes/intro.njk +++ b/src/_includes/intro.njk @@ -1,16 +1,18 @@ - -{% include "./partials/head.njk" %} - - - {% include "./partials/header.njk" %} -
-
-
- {{content | safe}} -
-
- {% include "./partials/footer.njk" %} - + + {% include "./partials/head.njk" %} + + +
+ {% include "./partials/header.njk" %} +
+
+
+ {{content | safe}} +
+
+ {% include "./partials/footer.njk" %} +
+ \ No newline at end of file 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