12 lines
327 B
JSON
Raw Normal View History

2024-04-19 19:35:27 +08:00
{
"tags": ["contents", "feed items", "kotor articles"],
"layout": "starwarskotor/content",
"isArticle": true,
"eleventyComputed": {
2024-04-19 19:42:56 +08:00
"title": "{{ articleTitle }} | Articles",
2024-04-19 19:35:27 +08:00
"eleventyNavigation": {
2024-04-19 20:05:38 +08:00
"key": "{{ articleTitle }}",
2024-04-19 19:35:27 +08:00
"parent": "KotOR Articles"
}
}
}