aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-12-02 14:26:08 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-12-02 14:26:08 +0100
commit71bfd6889ab78777155d861f2222b01c9e65f510 (patch)
treeec004cb1a02d7b6527a69eda13ac22bec10eca77 /layouts/partials/footer.html
parent46a8670430cdc0ea387bd7e27eb22c1d3fe0c870 (diff)
Added the first post related to low quality posts
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..67e9326
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,14 @@
+<div style="display: inline; padding: 15px">
+ <i class="fas fa-envelope"></i>
+ <a href="mailto:mail@karanjayachandra.com">Email</a>
+</div>
+<div style="display: inline; padding: 15px">
+ <i class="fa-brands fa-gitlab"></i>
+ <a href="https://gitlab.com/KaranJayachandra">Gitlab</a>
+</div>
+<div style="display: inline; padding: 15px">
+ <i class="fa-brands fa-linkedin"></i>
+ <a href="https://www.linkedin.com/in/karanjayachandra">LinkedIn</a>
+</div>
+<br><br>
+Made with <a href="https://github.com/janraasch/hugo-bearblog/">Hugo ʕ•ᴥ•ʔ Bear</a> \ No newline at end of file