getgrav / grav-theme-agency

Agency Theme for Grav
https://getgrav.org
MIT License
27 stars 36 forks source link

Fix jQuery loading #27

Open marshmn opened 5 years ago

marshmn commented 5 years ago

The loading of jQuery is now moved to the 'head' group to prevent issues with other things (e.g. Grav debug bar) needing it to be loaded sooner.

Fixes #24 .