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/footer.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/footer.njk')
-rw-r--r-- | src/_includes/partials/footer.njk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index f3bffae..c4ccae1 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -1,9 +1,11 @@ <footer class="items-center px-6 py-2 mt-auto bg-black text-white"> <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" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li> - <li class="hover:text-white inline-block"><a title="Github" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li> - <li class="hover:text-white inline-block"><a title="LinkedIn" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li> - <li class="hover:text-white inline-block"><a title="RSS" href="/feed.xml" class="links">{% feather "rss" %}</a></li> + <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="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> </ul> <ul class="flex w-full gap-10 font-supply-regular justify-center mt-5 md:mt-auto"> <li class="mt-1"> |