We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cf8ff commit dc72423Copy full SHA for dc72423
dpl-docs/views/layout.dt
@@ -114,7 +114,7 @@ html(lang='en-US')
114
a.expand-toggle(href="#{root_dir}search.html", title="Search")
115
span Search
116
#search-box
117
- form(method='get', action='https://google.com/search')
+ form(method='get', action='https://google.com/search', autocomplete='off')
118
input#domains(type='hidden', name='domains', value='dlang.org')
119
|
120
input#sourceid(type='hidden', name='sourceid', value='google-search')
0 commit comments