As some may have noticed when making sites in SPIP the jQuery library that comes with the package is way out of date. Unfortunately when you add #INSERT_HEAD to your template this old file is added and creates errors when you try and manually add your own. There is a simple little fix for this and I will explain how to do it and why it works.
In the past we would simply not use #INSERT_HEAD and instead create our own head template with the up to date jQuery library. The problem with this (...)