diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1b7656c..022681a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -14,3 +14,4 @@
+{{- partial "footer_custom.html" . }}
diff --git a/layouts/partials/footer_custom.html b/layouts/partials/footer_custom.html
new file mode 100644
index 0000000..e123130
--- /dev/null
+++ b/layouts/partials/footer_custom.html
@@ -0,0 +1,4 @@
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b016406..f6e7652 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -45,3 +45,6 @@
{{ if .OutputFormats.Get "json" }}
{{ end }}
+
+
+{{- partial "head_custom.html" . }}
\ No newline at end of file
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
new file mode 100644
index 0000000..554494a
--- /dev/null
+++ b/layouts/partials/head_custom.html
@@ -0,0 +1,4 @@
+