aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/custom_head.html2
-rw-r--r--layouts/partials/footer.html14
2 files changed, 15 insertions, 1 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html
index b8ee102..022be35 100644
--- a/layouts/partials/custom_head.html
+++ b/layouts/partials/custom_head.html
@@ -1,3 +1,4 @@
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<style>
img {
width: 100%;
@@ -8,5 +9,4 @@
padding: 20px;
}
</style>
-
{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} \ No newline at end of file
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