You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few pages with draft = true in their front matter, and it breaks in templates/index.html with the following error:
Error: Failed to render page '/../my-blog/content/my-draft-article.md'
Reason: Failed to render 'even/templates/page.html'
Reason: `get_taxonomy_url`: couldn't find `TIL` in `tags` taxonomy
Not sure if this is an error in the get_taxonomy_url helper method or in this theme, but it looks like tags on pages in draft state, do not get added to the global taxonomies object.
The text was updated successfully, but these errors were encountered:
I have a few pages with
draft = true
in their front matter, and it breaks in templates/index.html with the following error:Not sure if this is an error in the
get_taxonomy_url
helper method or in this theme, but it looks like tags on pages in draft state, do not get added to the global taxonomies object.The text was updated successfully, but these errors were encountered: