diff options
author | Indrajith K L | 2022-11-24 00:22:30 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-24 00:22:30 +0530 |
commit | 5952db43c480daac5092bd41ffba435f5f91b32b (patch) | |
tree | 1eb21ff9815a93ffa79b1855336dd94062a9cc08 /src/index.njk | |
parent | e52cb8f5462f2c341281aaec246022d58f42dae5 (diff) | |
download | indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.tar.gz indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.tar.bz2 indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.zip |
Main Website Changes
* Layout and Style Changes
Diffstat (limited to 'src/index.njk')
-rw-r--r-- | src/index.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.njk b/src/index.njk index e5437e9..238517d 100644 --- a/src/index.njk +++ b/src/index.njk @@ -5,7 +5,7 @@ alternatetitle: "Hello Friend!! My name is Indrajith K L." --- <div class="text-center"> <div> - <p> + <p class="first-letter"> {{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 are here why don't you read some <a href="/posts" class="text-main-cardheading font-bold">posts</a>. </p> |