summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlotte Koch <dressupgeekout@gmail.com>2023-10-23 22:45:53 -0700
committerCharlotte Koch <dressupgeekout@gmail.com>2023-10-23 22:46:51 -0700
commitcb7361b92ad69984a69fe8ee4602e3f0ed084cf2 (patch)
treee52eacd4a2ecb3594f795fadd440452748aed32d
parenteb78e8e9d5910545f5c7d1e28c00ee03f9f59749 (diff)
Completely disable the search widget
-rw-r--r--layouts/_default/baseof.html3
-rw-r--r--layouts/partials/nav.html8
2 files changed, 2 insertions, 9 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 59edd63..b4f1020 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -89,7 +89,6 @@
<!-- Nav -->
{{ partial "nav.html" . }}
- {{ partial "search.html" . }}
<!-- Page Header -->
{{ partial "intro-header.html" . }}
@@ -142,4 +141,4 @@
{{ partial "footer.html" . }}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 035698c..d6707ae 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -23,12 +23,6 @@
{{ range .Site.Menus.main }}
<li><a href="{{ .URL | safeURL }}" title="{{ .Name }}">{{ .Name }}</a></li>
{{ end }}
-
- <li class="search-icon">
- <a href="javascript:void(0)">
- <i class="fa fa-search"></i>
- </a>
- </li>
</ul>
</div>
</div>
@@ -87,4 +81,4 @@
if (e.target.className == "icon-bar") return;
__HuxNav__.close();
});
-</script> \ No newline at end of file
+</script>