Skip to content

Commit 03c3af7

Browse files
Telroshan1cg
andauthored
Fix google search syntax from search bar (#3209)
Co-authored-by: 1cg <[email protected]>
1 parent ec886c8 commit 03c3af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/themes/htmx-theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div><a href="/essays/">essays</a></div>
5252
<div hx-disable>
5353
<form action="https://google.com/search" role="search" aria-label="Sitewide">
54-
<input type="hidden" name="q" value="site:htmx.org">
54+
<input type="hidden" name="q" value="+[inurl:https://htmx.org]">
5555
<label>
5656
<span style="display:none;">Search</span>
5757
<input type="text" name="q" placeholder="🔍️" class="search-box">

0 commit comments

Comments
 (0)