mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-01 20:10:52 +00:00
12 lines
327 B
JavaScript
12 lines
327 B
JavaScript
export default {
|
|
tags: ["contents", "feed items", "kotor guides"],
|
|
layout: "starwarskotor/content",
|
|
isArticle: true,
|
|
eleventyComputed: {
|
|
title: "{{ articleTitle | safe }} | Guides",
|
|
eleventyNavigation: {
|
|
key: "{{ articleTitle }}",
|
|
parent: "KotOR Guides"
|
|
}
|
|
}
|
|
} |