From 71bfd6889ab78777155d861f2222b01c9e65f510 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Mon, 2 Dec 2024 14:26:08 +0100 Subject: Added the first post related to low quality posts --- layouts/partials/custom_head.html | 2 +- layouts/partials/footer.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/footer.html (limited to 'layouts') 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 @@ + - {{ 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 @@ +
+ + Email +
+
+ + Gitlab +
+
+ + LinkedIn +
+

+Made with Hugo ʕ•ᴥ•ʔ Bear \ No newline at end of file -- cgit v1.3.1