Skip to content

Commit

Permalink
fix duckduckgo search parameter
Browse files Browse the repository at this point in the history
Fix the provided DuckDuckGo URL on the "Error" page so users may continue their search. Removed an extra search parameter: 'search' (lol)
  • Loading branch information
wazam authored Nov 22, 2024
1 parent e70bbab commit 19383b0
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 19383b0

Please sign in to comment.