diff --git a/documentation/themes/beastie/layouts/partials/sidenav.html b/documentation/themes/beastie/layouts/partials/sidenav.html
deleted file mode 100644
index b283da1372..0000000000
--- a/documentation/themes/beastie/layouts/partials/sidenav.html
+++ /dev/null
@@ -1,158 +0,0 @@
-{{ if eq .sidenavType "about" }}
-
-{{ else if eq .sidenavType "community" }}
-
-{{ else if eq .sidenavType "developers" }}
-
-{{ else if eq .sidenavType "docs" }}
-
-{{ else if eq .sidenavType "download" }}
-
-{{ else if eq .sidenavType "gnome" }}
-
-{{ else if eq .sidenavType "ports" }}
-
-{{ else if eq .sidenavType "support" }}
-
-{{ else }}
-
-{{ end }}
diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/partials/site-head.html
index a50ac5cdcc..489f8114fc 100644
--- a/documentation/themes/beastie/layouts/partials/site-head.html
+++ b/documentation/themes/beastie/layouts/partials/site-head.html
@@ -1,14 +1,14 @@
-
+
{{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}
diff --git a/documentation/themes/beastie/layouts/partials/site-navigation.html b/documentation/themes/beastie/layouts/partials/site-navigation.html
index 08d1db8a41..15ad25466e 100644
--- a/documentation/themes/beastie/layouts/partials/site-navigation.html
+++ b/documentation/themes/beastie/layouts/partials/site-navigation.html
@@ -1,162 +1,161 @@