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 }}