Skip to content

Commit

Permalink
Fix duckduckgo search parameter (#1201)
Browse files Browse the repository at this point in the history
Removed an extra search parameter: 'search' (lol)
  • Loading branch information
wazam authored Jan 17, 2025
1 parent 389c0a4 commit 99ca67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ <h4>Other options:</h4>
<a href="https://duckduckgo.com">DuckDuckGo</a>
<ul>
<li>
<a class="link-color" href="https://duckduckgo.com/search?q={{query}}">
duckduckgo.com/search?q={{query}}
<a class="link-color" href="https://duckduckgo.com/?q={{query}}">
duckduckgo.com/?q={{query}}
</a>
</li>
</ul>
Expand Down

0 comments on commit 99ca67c

Please sign in to comment.