Skip to content
Discussion options

You must be logged in to vote

This will be possible in 1.4 now using the following syntax

---
top: "Top Lvel"
nested:
    str: "Nested String"
    array:
        - foo
        - bar
---

{{< meta top >}}
{{< meta nested.str >}}
{{< meta nested.array.1 >}}

It will be available from v1.4.535

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@cderv
Comment options

cderv Sep 8, 2023
Maintainer

Comment options

You must be logged in to vote
0 replies
Answer selected by cderv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants