gethugothemes / parsa-hugo

Parsa is a personal blog theme powered by Hugo. It also can be used for portfolio website.
https://gethugothemes.com/products/parsa/?utm_source=parsa_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
157 stars 321 forks source link

Side bar partial fails to honour site.Params.search #60

Open phillxnet opened 7 months ago

phillxnet commented 7 months ago

When setting [params] 'search = false' the sidebar partial fails to honour this setting: resulting in an unexpected search item.

It is proposed that the expected behaviour is that of the functional header partial: where the search is disabled according to this parameter being set to false.

I am preparing a pull request to address this issue, and will present this shortly.