diff options
| author | Indrajith K L | 2024-06-23 05:15:35 +0530 | 
|---|---|---|
| committer | Indrajith K L | 2024-06-23 05:15:35 +0530 | 
| commit | fa7d88bd471d80083291cd2dbf40c81c24856cd3 (patch) | |
| tree | 8a17ecb8fce8df13e5975743e3693cdabdb0e4cd | |
| parent | 86277aa6d16cf98f428416f4b759138bb8f128dc (diff) | |
| download | indrajith-dev-crystal-fa7d88bd471d80083291cd2dbf40c81c24856cd3.tar.gz indrajith-dev-crystal-fa7d88bd471d80083291cd2dbf40c81c24856cd3.tar.bz2 indrajith-dev-crystal-fa7d88bd471d80083291cd2dbf40c81c24856cd3.zip | |
Fixes => posts link pointed to wrong url
| -rw-r--r-- | src/views/home.ecr | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/views/home.ecr b/src/views/home.ecr index 2935993..ef582ad 100644 --- a/src/views/home.ecr +++ b/src/views/home.ecr @@ -2,7 +2,7 @@      <div>          <p class="first-letter">              "Hello Friend!! My name is Indrajith K L." 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>. +            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="/blog" class="text-main-cardheading font-bold">posts</a>.          </p>      </div>  </div> | 
