Hi, is there any way to use current partial metadata like in documents? I mean something like this: ``` --- title: My awesome blog post meaningOfLife: 42 --- What is the meaning of life? <%= @document.meaningOfLife %> ```
Hi,
is there any way to use current partial metadata like in documents?
I mean something like this: