diff options
author | Indrajith K L | 2022-09-30 19:35:12 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-30 19:35:12 +0530 |
commit | f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f (patch) | |
tree | bbfc39ba4163eed86f970d820d76da8ea8cbf9a0 /src/_includes/partials | |
parent | 0664c2c30cb90da2156e83cf18526438e2e5ff57 (diff) | |
download | indrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.tar.gz indrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.tar.bz2 indrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.zip |
Adds personal git repo links
Diffstat (limited to 'src/_includes/partials')
-rw-r--r-- | src/_includes/partials/footer.njk | 2 | ||||
-rw-r--r-- | src/_includes/partials/header.njk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index c4ccae1..b34ef59 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -2,7 +2,7 @@ <ul class="w-full flex md:hidden gap-5 font-supply-regular ml-auto justify-center mt-5 md:mt-0"> <li class="hover:text-white inline-block"><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li> <li class="hover:text-white inline-block"><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li> - <li class="hover:text-white inline-block"><a title="Sourcehut" target="_blank" href="https://sr.ht/~cooljith91112/" class="links">{% feather "circle" %}</a></li> + <li class="hover:text-white inline-block"><a title="GIT - Personal" target="_blank" href="https://git.indrajith.dev/" class="links">{% feather "git-branch" %}</a></li> <li class="hover:text-white inline-block"><a title="LinkedIn" target="_blank" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li> <li class="hover:text-white inline-block"><a title="Ko-Fi" target="_blank" href="https://ko-fi.com/indrajith" class="links">{% feather "coffee" %}</a></li> <li class="hover:text-white inline-block"><a title="RSS" target="_blank" href="/feed.xml" class="links">{% feather "rss" %}</a></li> 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> |