mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-15 02:47:14 +00:00
12 lines
306 B
JSON
12 lines
306 B
JSON
{
|
|
"tags": ["articles", "contents", "feed items"],
|
|
"layout": "main/content",
|
|
"isArticle": true,
|
|
"eleventyComputed": {
|
|
"title": "{{ articleTitle }} | Articles",
|
|
"eleventyNavigation": {
|
|
"key": "{{ articleTitle }}",
|
|
"parent": "Articles"
|
|
}
|
|
}
|
|
} |