Thanks for the information, I had just updated hugo to .72. Guess I should have looked at the notes/logs. But I’m fairly sure I was on .71 before. Maybe I was using an old template that I had tweaked?
If I load a old template though, it goes back to the bottom. So what controls the placement? I’d line to drop it a line if possible. My OCD when cleaning up the html just sees it injecting right at the back of the head tag.
Hugo injects the LiveReload <script> before the closing </body> in your templates and will therefore not work if this tag is not present.
I was looking to confirm that it’s supposed to be injected in the start of the head tags now, and then I planned to commit a change to the docs since that appears to be outdated.