getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

add jquery.min.js for localsearch #409

Closed damufo closed 2 years ago

damufo commented 2 years ago

add jquery.min.js for localsearch jquery library is required to work localsearch. Currenly this plugin not work por example with hack theme, this fix that issue.

Kwpolska commented 2 years ago

The default (bootstrap-based) themes already include jQuery. Adding another version can cause conflicts and unexpected behavior. This change shouldn’t be done in the plugin, since it will affect many users negatively (including users with the default theme). Instead, I added a note to the README.md file (for users of jQuery-less themes) in commit 7eca337fc908786ade2acddd0b8e687e73835d76.