This simple test pge demonstrates buggy behaviour descriped in this issue report bigskysoftware/htmx#2575
- open https://gebeer.github.io/htmx_head-support/
- click on "Go to About" button
- observe DOM in dev tools
The head-support extensions swaps contents of the head tag on each request.
We can observe that also fragments of the head tag are appended into the defined target element.