From 0f7e7ebaddd88654f42f111f9fda8dd7111fc0d7 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 24 Jul 2025 14:23:12 +0200 Subject: Cleaned up the home page --- layouts/partials/custom_head.html | 8 +------- layouts/partials/footer.html | 14 -------------- layouts/partials/katex.html | 20 -------------------- 3 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 layouts/partials/footer.html delete mode 100644 layouts/partials/katex.html (limited to 'layouts') diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 022be35..f05a466 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -1,12 +1,6 @@ - -{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} \ No newline at end of file + \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index 67e9326..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,14 +0,0 @@ -
- - Email -
-
- - Gitlab -
-
- - LinkedIn -
-

-Made with Hugo ʕ•ᴥ•ʔ Bear \ No newline at end of file diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html deleted file mode 100644 index 57e5c1a..0000000 --- a/layouts/partials/katex.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.3.1