diff options
| author | Charlotte Koch <dressupgeekout@gmail.com> | 2023-10-23 22:45:53 -0700 |
|---|---|---|
| committer | Charlotte Koch <dressupgeekout@gmail.com> | 2023-10-23 22:46:51 -0700 |
| commit | cb7361b92ad69984a69fe8ee4602e3f0ed084cf2 (patch) | |
| tree | e52eacd4a2ecb3594f795fadd440452748aed32d /layouts/_default | |
| parent | eb78e8e9d5910545f5c7d1e28c00ee03f9f59749 (diff) | |
Completely disable the search widget
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 3 |
1 files changed, 1 insertions, 2 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> |
