diff options
author | Indrajith K L | 2022-09-23 15:13:06 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-23 15:13:06 +0530 |
commit | 0664c2c30cb90da2156e83cf18526438e2e5ff57 (patch) | |
tree | 27ed13bfa18c33e427dd581d1d8cdd44304a4f4f /src/_includes/partials/header.njk | |
parent | 34c5179834d2074bc42026ed8ae2edf9ef6545e1 (diff) | |
download | indrajith-dev-0664c2c30cb90da2156e83cf18526438e2e5ff57.tar.gz indrajith-dev-0664c2c30cb90da2156e83cf18526438e2e5ff57.tar.bz2 indrajith-dev-0664c2c30cb90da2156e83cf18526438e2e5ff57.zip |
Adds Kofi and Sourcehut links
Social Links now opens in new tab
Diffstat (limited to 'src/_includes/partials/header.njk')
-rw-r--r-- | src/_includes/partials/header.njk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk index db79cf3..bf91705 100644 --- a/src/_includes/partials/header.njk +++ b/src/_includes/partials/header.njk @@ -9,10 +9,12 @@ <li class="hover:text-white"><a href="/cv" id="cv" class="links">CV</a></li> </ul> <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" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li> - <li class="hover:text-white"><a title="Github" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li> - <li class="hover:text-white"><a title="LinkedIn" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li> - <li class="hover:text-white"><a title="RSS" href="/feed.xml" class="links">{% feather "rss" %}</a></li> + <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="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> </ul> </nav> </header> |