-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
Setup:
- Markdown includes a shortcode
- The shortcode calls a partial
- The partial contains text
Action:
- Start hugo server
- Add some text to the partial
What happens:
- The change is detected
- The site is rebuilt
- The rendered page is not updated in the browser
Reference: https://discourse.gohugo.io/t/34122
To reproduce:
git clone --single-branch -b hugo-github-issue-8863 https://github.com/jmooring/hugo-testing hugo-github-issue-8863
cd hugo-github-issue-8863
hugo server
Visit http://localhost:1313/post/test/
Then, in a separate terminal:
echo "xxx" >> layouts/partials/foo.html
LunarWatcher, DeminYu98, danielfdickinson and PathogenDavid