diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e5b2257..944e384 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -21,10 +21,6 @@
{{ block "sidebar-prefooter" . }}{{ end }}
{{ block "sidebar-footer" . }}{{ end }}
- {{ partial "footer/footer.html" . }}
- {{ if and .IsHome .Site.Params.alert }}
- {{ partial "footer/alert.html" . }}
- {{ end }}
{{ partial "footer/script-footer.html" . }}