Hi,
while writing a post, if I add to a taxonomy, then the site refuses to render afterwards:
Failed to build the site
Error: Failed to render page 'H:\dev\blog\content/post\06-crates-io-will-not-be-fixed.md'
Reason: Failed to render 'sam/templates/page.html'
Reason: `get_taxonomy_url`: couldn't find `newtag` in `tags` taxonomy
Done in 53ms.
if i simply rerun zola serve then the site is happy to create the tag and render the site properly again.
Zola version: 0.11.0
the site continues rendering without an issue, and the new tag is reflected in the page (or however the theme would use it).
A failure message comes and the site fails to render. If I remove the new tag then it renders properly again.
[taxonomies]
tags = ["tag0"]
to front matter.
zola serve, and look at the posttags list. zola serve to generate the tag so it can be used.That's going to be fixed in the next release! It should already be fixed in the next branch.
Most helpful comment
That's going to be fixed in the next release! It should already be fixed in the
nextbranch.