Browser not refreshing with hugo serve

Well I seem to find the problem. After reading the livereload docs, I now see that hugo need to inject livereload.js into the generated html.

Now I know that <body></body> is required for hugo to inject the livereload.js after some try&errors.

1 Like