-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate or remove path in front matter #12484
Comments
I'd say remove it without deprecation. The |
I just spent a little too much time tracking this down: It's a uncommon problem (I think this is only the third time that I've encountered it), but I still like the idea of deprecating or removing |
These were added to the page meta object when we implemented "pages from data", but were not meant to be used in front matter. That is not supported, so we might as well add validation. Fixes gohugoio#12484
These were added to the page meta object when we implemented "pages from data", but were not meant to be used in front matter. That is not supported, so we might as well add validation. Fixes gohugoio#12484
These were added to the page meta object when we implemented "pages from data", but were not meant to be used in front matter. That is not supported, so we might as well add validation. Fixes #12484
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We added it in
v0.123.0
and it's not documented, so it should not be in widespread use.So, it works, but the main problem with it, which I'm not prepared to spend time fixing, is the partial rebuild on content change logic.
This was added to prepare for "data from pages", which was a good idea, but for content filed (e.g.
mypage.md
), it's not.The text was updated successfully, but these errors were encountered: