My livereload is not working as I expect.
It is working when I change .md files in the content section.
However it is not working when I change content of this f.e. summary.html
myproject\themes\mytheme\layouts_default\summary.html
Only when I restart hugo serve the change shows.
What am I doing wrong? I thought it worked before…
I assume summary.html is a view that you use via .Render? I don’t see how that should not work. Do you see anything in the log when you change this file?
I do, and never found any problem, yet after reading this thread I tested it on a project of mine and I must concur with @eele. Upon editing that template file, server livereload but does not re-render that piece of content loaded through Render.
It does if I leave the page and come back to it though.