Steps to reproduce
- Run hugo:
hugo server --disableFastRender
- Navigate to
http://localhost:1313/tags/ and note the output
- Add tag to a content page, e.g., from
tags = ['tag1'] to tags = ['tag1', 'tag2']
- Navigate to
http://localhost:1313/tags/ and refresh. The content will be the same as in step 2. while it is expected it would reflect tag2
Ctrl-C hugo server and restart (or run hugo build alongside`)
- Navigate to
http://localhost:1313/tags/ and refresh. Now the content is updated.
What version of Hugo are you using (hugo version)?
$ hugo version
hugo v0.146.7+extended+withdeploy linux/amd64 BuildDate=unknown
Does this issue reproduce with the latest release?
Yes
Steps to reproduce
hugo server --disableFastRenderhttp://localhost:1313/tags/and note the outputtags = ['tag1']totags = ['tag1', 'tag2']http://localhost:1313/tags/and refresh. The content will be the same as in step 2. while it is expected it would reflecttag2Ctrl-Chugo serverand restart (or runhugo buildalongside`)http://localhost:1313/tags/and refresh. Now the content is updated.What version of Hugo are you using (
hugo version)?Does this issue reproduce with the latest release?
Yes