remove submit button from search
This commit is contained in:
parent
42f9ab8e60
commit
1634778e57
@ -37,8 +37,8 @@
|
||||
<p class="lead">Where Technology Meets Creativity: Insights from a Linux Enthusiast</p>
|
||||
<form action="/" method="get" class="mb-4">
|
||||
<div class="input-group">
|
||||
<input type="text" name="search" class="form-control" placeholder="Search blog posts..." value="<%= typeof searchQuery !== 'undefined' ? searchQuery : '' %>">
|
||||
<button type="submit" class="btn btn-primary">Search</button>
|
||||
<input type="text" name="search" class="form-control" placeholder="Search blog posts...enter to submit..." value="<%= typeof searchQuery !== 'undefined' ? searchQuery : '' %>">
|
||||
<!-- <button type="submit" class="btn btn-primary">Search</button> -->
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user