mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-25 05:06:13 +00:00
Fix google search syntax from search bar (#3209)
Some checks failed
Node CI / test_suite (push) Has been cancelled
Some checks failed
Node CI / test_suite (push) Has been cancelled
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<div><a href="/essays/">essays</a></div>
|
||||
<div hx-disable>
|
||||
<form action="https://google.com/search" role="search" aria-label="Sitewide">
|
||||
<input type="hidden" name="q" value="site:htmx.org">
|
||||
<input type="hidden" name="q" value="+[inurl:https://htmx.org]">
|
||||
<label>
|
||||
<span style="display:none;">Search</span>
|
||||
<input type="text" name="q" placeholder="🔍️" class="search-box">
|
||||
|
||||
Reference in New Issue
Block a user