Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamaral committed Oct 9, 2021
1 parent 4d13494 commit d582adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var noResultsTemplate =
search.addWidget(
instantsearch.widgets.searchBox({
container: '.form-group',
placeholder: 'Search',
placeholder: 'Start typing …',
cssClasses: { input: 'search-input hideInput form-control' },
autofocus: true,
poweredBy: false,
Expand Down
6 changes: 1 addition & 5 deletions layouts/partials/header-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ <h1 class="title" itemprop="headline d-print-block">{{ .Title }}</h1> {{ .Params
<div class="card-body">
<form method="" action="">
<div class="row">
<div class="col-md-10">
<div class="col-md-10 mx-auto">
<div class="form-group">

</div>
</div>

<div class="col-md-2">
<button type="button" class="btn btn-primary btn-round btn-block">Search</button>
</div>
</div>
</form>
</div>
Expand Down

0 comments on commit d582adc

Please sign in to comment.