aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/partials/header.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-09-30 19:35:12 +0530
committerIndrajith K L2022-09-30 19:35:12 +0530
commitf5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f (patch)
treebbfc39ba4163eed86f970d820d76da8ea8cbf9a0 /src/_includes/partials/header.njk
parent0664c2c30cb90da2156e83cf18526438e2e5ff57 (diff)
downloadindrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.tar.gz
indrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.tar.bz2
indrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.zip
Adds personal git repo links
Diffstat (limited to 'src/_includes/partials/header.njk')
-rw-r--r--src/_includes/partials/header.njk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk
index bf91705..30073fa 100644
--- a/src/_includes/partials/header.njk
+++ b/src/_includes/partials/header.njk
@@ -11,7 +11,7 @@
<ul class="hidden md:flex flex-row gap-10 font-supply-regular right-0 -my-8 mx-6 absolute">
<li class="hover:text-white"><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li>
<li class="hover:text-white"><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li>
- <li class="hover:text-white"><a title="Sourcehut" target="_blank" href="https://sr.ht/~cooljith91112/" class="links">{% feather "circle" %}</a></li>
+ <li class="hover:text-white"><a title="GIT - Personal" target="_blank" href="https://git.indrajith.dev/" class="links">{% feather "git-branch" %}</a></li>
<li class="hover:text-white"><a title="LinkedIn" target="_blank" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li>
<li class="hover:text-white"><a title="Ko-Fi" target="_blank" href="https://ko-fi.com/indrajith" class="links">{% feather "coffee" %}</a></li>
<li class="hover:text-white"><a title="RSS" target="_blank" href="/feed.xml" class="links">{% feather "rss" %}</a></li>