vjeantet / hugo-theme-docdock

Declination of @matcornic Learn theme to Hugo
https://docdock.netlify.com/
MIT License
586 stars 316 forks source link

fix: broken lunr and autocomplete #214

Closed Yoann-M closed 3 years ago

Yoann-M commented 3 years ago

In order to improve page load speed, some scripts was defer to the end of the page (Jquery include -> https://github.com/vjeantet/hugo-theme-docdock/pull/213). Unfortunately, some scripts have been forgotten ... and this PR fixes them.