From cd438d0914076b25ae6c878ea1ee8ffbf34e352e Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 21 Mar 2022 06:07:25 +0100 Subject: [PATCH] override footer.html --- layouts/partials/footer.html | 105 +++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 layouts/partials/footer.html diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..cd52a06 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,105 @@ +{{- 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 }}