I have a fairly large Hugo site of over 1000 articles. Throughout the site, a lot of articles are used in other articles through the use of the Hugo “include” shortcode. A problem that I have noticed quite frequently is when editing a file that is included within another, the modifications are not shown once the site is saved and reloaded.
Now, I am on version 0.70.0 of Hugo, I use GoldMark as the markdown processor, and I have tried adding the disable live reload flag in both the build and the config. Not too sure where to go from here.