Skip to content

Commit

Permalink
Add the custom search input partial
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 7, 2023
1 parent 13db293 commit e55ea7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions layouts/partials/search-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
data-offline-search-max-results="{{ .Site.Params.offlineSearchMaxResults | default 10 }}"
>
</div>
{{ else -}}
{{ partialCached "search-input-custom" . }}
{{ end -}}

0 comments on commit e55ea7b

Please sign in to comment.