11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"layout": "main/blogpost",
|
|
"tags": ["posts", "contents", "feed items"],
|
|
"eleventyComputed": {
|
|
"title": "{{ articleTitle }} | Blog",
|
|
"eleventyNavigation": {
|
|
"key": "{{ articleTitle }}",
|
|
"parent": "Blog Archive"
|
|
}
|
|
}
|
|
} |