diff --git a/src/layouts/page/package-detail.html b/src/layouts/page/package-detail.html
index a72ca06..cf2eb49 100644
--- a/src/layouts/page/package-detail.html
+++ b/src/layouts/page/package-detail.html
@@ -6,17 +6,17 @@
-
{{- .Title -}}
+
{{- .Title -}}
{{ range where $.Site.Data.packages "name" .Title }}
-
{{- .desc -}}
+
{{- .desc -}}
{{ if not (eq .package_yml_url "#")}}
-
+
{{end}}
{{ if not (eq .homepage "") }}
@@ -43,7 +43,7 @@
-
+
Copy the tea one-liner below into your terminal to install {{- .Title -}}. tea will interpret the documentation and take care of any dependencies.
diff --git a/src/layouts/partials/swiper.html b/src/layouts/partials/swiper.html
index fd79cea..1fa258a 100644
--- a/src/layouts/partials/swiper.html
+++ b/src/layouts/partials/swiper.html
@@ -1,9 +1,4 @@
-
-
-
{{- partial "search-menu.html" "searchTermMobile" -}}
@@ -111,4 +106,4 @@
searchInputMobile.addEventListener("search", onSearchMobile);
searchInputMobile.addEventListener("change", onSearchMobile);
searchInputMobile.addEventListener("keyup", onSearchMobile);
-
\ No newline at end of file
+