posts: show search navbar for all users.
Include the "q" URL param (as in `/posts/1234?q=<search>`) on thumbnails for all users. Previously it was only for logged in users. This lets the next/previous post navbar beneath posts be used by logged out users.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## Unreleased
|
||||
|
||||
### Changes
|
||||
|
||||
* The next/previous post navbar is now available to logged out users. This is
|
||||
the navbar beneath posts that lets you move to the next or previous post in a
|
||||
tag search. Previously this was only available to logged-in users.
|
||||
|
||||
## 2021-01-12
|
||||
|
||||
### Changes
|
||||
|
||||
Reference in New Issue
Block a user