Skip to content

Commit

Permalink
Merge pull request #87 from Hunman/search-fix
Browse files Browse the repository at this point in the history
Fixed a redirect issue with the search bar
  • Loading branch information
x1y authored Apr 22, 2024
2 parents 5d298c7 + 720f490 commit 3b610c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/pinetheme/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- Search -->
<div id="search">
<form action="/search" method="GET">
<form action="/search/" method="GET">
<input type="search" name="q" id="search-query" placeholder="Search...."><button type="submit" aria-label="Search button">
<svg width="22" height="14" viewBox="0 -0.5 21 21" xmlns="http://www.w3.org/2000/svg">
<path d="m5.94 12.929 1.485 1.414L1.485 20 0 18.586l5.94-5.657ZM13.65 12C10.755 12 8.4 9.757 8.4 7s2.355-5 5.25-5 5.25 2.243 5.25 5-2.355 5-5.25 5Zm0-12C9.59 0 6.3 3.134 6.3 7s3.29 7 7.35 7S21 10.866 21 7s-3.29-7-7.35-7Z" fill="#fff" fill-rule="evenodd"/>
Expand Down

0 comments on commit 3b610c3

Please sign in to comment.