mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-15 00:27:13 +00:00
11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"tags": ["articles", "contents", "feed items"],
|
|
"layout": "main/article",
|
|
"eleventyComputed": {
|
|
"title": "{{ articleTitle }} | Articles",
|
|
"eleventyNavigation": {
|
|
"key": "{{ articleTitle }}",
|
|
"parent": "Articles"
|
|
}
|
|
}
|
|
} |