Skip to content

Commit 842606a

Browse files
authored
Merge pull request #3289 from LorenDB/master
Use DuckDuckGo for search
2 parents 20e5be4 + d9c2f4f commit 842606a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpl-docs/views/layout.dt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ html(lang='en-US')
128128
a.expand-toggle(href="#{root_dir}search.html", title="Search")
129129
span Search
130130
#search-box
131-
form(method='get', action='https://google.com/search', autocomplete='off')
131+
form(method='get', action='https://duckduckgo.com/', autocomplete='off')
132132
input#domains(type='hidden', name='domains', value='dlang.org')
133133
|
134134
input#sourceid(type='hidden', name='sourceid', value='google-search')

0 commit comments

Comments
 (0)