From 15e3dedcee1d0830871ffc692143318a87646101 Mon Sep 17 00:00:00 2001
From: Christian Segundo
Date: Thu, 25 Jul 2024 02:12:22 +0200
Subject: wip
---
layouts/partials/footer.html | 139 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 139 insertions(+)
create mode 100644 layouts/partials/footer.html
(limited to 'layouts/partials')
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..7574cb2
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,139 @@
+{{- /* Same as https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/partials/footer.html but without Hugo and theme branding */}}
+{{- if not (.Param "hideFooter") }}
+
+{{- end }}
+
+{{- if (not site.Params.disableScrollToTop) }}
+
+
+
+{{- end }}
+
+{{- partial "extend_footer.html" . }}
+
+
+
+{{- if (not site.Params.disableScrollToTop) }}
+
+{{- end }}
+
+{{- if (not site.Params.disableThemeToggle) }}
+
+{{- end }}
+
+{{- if (and (eq .Kind "page") (ne .Layout "archives") (ne .Layout "search") (.Param "ShowCodeCopyButtons")) }}
+
+{{- end }}
--
cgit v1.2.3