Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e5b8b66660aa
Choose a base ref
...
head repository: haiku/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7ed5b94e8b7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 4, 2021

  1. Replace Google search with DuckDuckGo Search (#545)

    Replaced Google site search with DuckDuckGo site search for privacy reasons (a lot of Haiku users don't like being redirected to Google).
    jt15s authored Aug 4, 2021
    Copy the full SHA
    f7ed5b9 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 themes/shijin4/layouts/partials/navbar.html
6 changes: 3 additions & 3 deletions themes/shijin4/layouts/partials/navbar.html
Original file line number Diff line number Diff line change
@@ -26,10 +26,10 @@
<li class="nav-item"><a class="nav-link" href="/development/">Development</a></li>
<li class="nav-item"><a class="nav-link" href="/documents/">Documents</a></li>
</ul>
<form class="form-inline" role="search" action="https://www.google.com/search">
<input type="hidden" name="as_epq" value="site:www.haiku-os.org">
<form class="form-inline" role="search" action="https://duckduckgo.com">
<input type="hidden" name="sites" value="https://www.haiku-os.org">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search" name="as_q">
<input type="text" class="form-control" placeholder="Search" name="q">
<span class="input-group-append">
<button type="submit" class="btn btn-outline-secondary">&#x1f50d;</button>
</span>