add search to the navbar using 'post_search' config param

This commit is contained in:
Dean Attali 2021-05-30 19:54:17 +00:00
parent 99fdbbd593
commit 950c341739
7 changed files with 172 additions and 2 deletions

View file

@ -1,5 +1,6 @@
## Unreleased version
- Added search to the navbar (can be turned off in the config file) (#770)
- Slightly reworked margins and position for avatar image to resolve an alignment issue on Safari.
- Changed the width at which the navbar collapses to a higher threshold because most modern non-mobile browsers are >1000px
- Fixed bug where navbar secondary level dropdown items didn't inherit the same colour as the primary navbar links