From ff11d9e237e51a5eb40690e44f690108ac7175b7 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 20 Nov 2022 04:59:39 +0530 Subject: Website Update * Full Rewrite * Removed Tailwind CSS * Stripdowned to barebone css --- src/index.njk | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'src/index.njk') diff --git a/src/index.njk b/src/index.njk index 19443ef..36138e0 100644 --- a/src/index.njk +++ b/src/index.njk @@ -3,29 +3,28 @@ layout: intro.njk title: Home alternatetitle: "Hello Friend!! My name is Indrajith K L." --- -
-
-

{{alternatetitle}}

-

- I'm a web developer, hobbyist game developer from India, working as a front-end developer. +

+
+

+ {{alternatetitle}} I'm a web developer, hobbyist game developer from India, working as a front-end developer. This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you here why don't you read some posts.

-
-

Recent Posts

-
+
+

Recent Posts

+
{% for post in collections.posts | reverse %} {% if (loop.index <= 4) %} -
-

{{post.data.title}}

- +
+

{{post.data.title}}

+
{% endif %} {% else %} -
-

No Posts

+
+

No Posts

{% endfor %}
-- cgit v1.2.3