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/intro.njk | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'src/_includes/intro.njk') 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 -- cgit v1.2.3