hugo/transform/livereloadinject
Bjørn Erik Pedersen 8f08cdd0ac transform/livereloadinject: Inject livereload script right after head if possible
We used to insert the livereload script right before the closing body.

This dord  not work when combined with tools such as Turbolinks.

This commit changes it So we try to inject the script as early as possible.

Fixes #6821
2020-01-29 21:12:07 +01:00
..
livereloadinject.go transform/livereloadinject: Inject livereload script right after head if possible 2020-01-29 21:12:07 +01:00
livereloadinject_test.go transform/livereloadinject: Inject livereload script right after head if possible 2020-01-29 21:12:07 +01:00