Treat document metadata (in the *.qmd file ) as first party metadata #9855
Replies: 4 comments 5 replies
-
It seems the behavior is correct in the listing right ? The image you shared shows both authors in there, and this is what you expect ? Both are in the listing part, but not in the document |
Beta Was this translation helpful? Give feedback.
-
Yes, the behavior is correct on the listing page. However, the behavior is not correct on the post page |
Beta Was this translation helpful? Give feedback.
-
What about |
Beta Was this translation helpful? Give feedback.
-
when _metadata.yml file is used, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
/posts/welcome/index.qmd
/posts/_metadata.yml
With the above setup, I get the following post and listing:
However, if:
/posts/welcome/index.qmd
/posts/welcome/_metadata.yml
/posts/_metadata.yml
I get the following post and listing:
When the metadata is in the document file, it overwrites all parent metadata such as authors and categories instead of extending it in the post page.
Beta Was this translation helpful? Give feedback.
All reactions