aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/partials/footer.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-08-28 00:41:33 +0530
committerIndrajith K L2022-08-28 00:41:33 +0530
commit191fb0c0aa31a5142f81ea6f7fcf253b10f0297c (patch)
tree019ad6000e0be1e01779a962b42ce437e84aaed9 /src/_includes/partials/footer.njk
parent7524f9aa94368d28250813a4e3bad965d178aa7c (diff)
downloadindrajith-dev-191fb0c0aa31a5142f81ea6f7fcf253b10f0297c.tar.gz
indrajith-dev-191fb0c0aa31a5142f81ea6f7fcf253b10f0297c.tar.bz2
indrajith-dev-191fb0c0aa31a5142f81ea6f7fcf253b10f0297c.zip
* Project Restructred
* Adds Tailwind * Completed Intro Page, About, Posts Listing * Changes build and development scripts
Diffstat (limited to 'src/_includes/partials/footer.njk')
-rw-r--r--src/_includes/partials/footer.njk11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk
new file mode 100644
index 0000000..a883038
--- /dev/null
+++ b/src/_includes/partials/footer.njk
@@ -0,0 +1,11 @@
+<footer class="items-center px-6 py-2 mt-auto bg-black text-white">
+
+ <ul class="flex w-full gap-10 font-supply-regular justify-center">
+ <li class="mt-1">
+ <p>&copy; 2022 Indrajith K L </p>
+ </li>
+ {# <li><a title="Twitter" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li>
+ <li><a title="Github" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li>
+ <li><a title="LinkedIn" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li> #}
+ </ul>
+</footer> \ No newline at end of file