-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Description
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']totags = ['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 reflecttag2 Ctrl-Chugo serverand restart (or runhugo buildalongside`)- 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