diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1230015..e2e28f1 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -54,12 +54,6 @@
{{ partial "styles/borders.html" . }}
{{ end -}}
-{{- /* import Fork Awesome (TODO: replace with proper SVG icons?) */ -}}
-
-
{{ partial "seo.html" . -}}
{{- block "head" . -}}
{{ end }}
diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html
index f30a509..67116e5 100644
--- a/layouts/partials/site-footer.html
+++ b/layouts/partials/site-footer.html
@@ -5,6 +5,4 @@
{{ partial "nav-social.html" . }}
back to top
-
-{{ partial "search/search-index.html" . }}
-
+
\ No newline at end of file
diff --git a/layouts/search/list.html b/layouts/search/list.html
index 8319ad3..0207e80 100644
--- a/layouts/search/list.html
+++ b/layouts/search/list.html
@@ -18,4 +18,5 @@
+{{ partial "search/search-index.html" . }}
{{ end }}
\ No newline at end of file