diff --git a/layouts/partials/extend_footer.html b/layouts/partials/extend_footer.html
new file mode 100644
index 00000000..52714e8c
--- /dev/null
+++ b/layouts/partials/extend_footer.html
@@ -0,0 +1,5 @@
+
+
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1c28f3ab..f6d407e2 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -15,6 +15,7 @@
+{{- partial "extend_footer.html" . -}}
{{ if in site.Params.mainSections .Type }}
{{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" | minify | fingerprint -}}
@@ -66,4 +67,4 @@
-{{- end }}
\ No newline at end of file
+{{- end }}