mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-02 21:10:52 +00:00
13 lines
340 B
JavaScript
13 lines
340 B
JavaScript
export default {
|
|
tags: ["contents", "kotor resources"],
|
|
layout: "starwarskotor/content",
|
|
hasBreadcrumbs: true,
|
|
articleElement: true,
|
|
eleventyComputed: {
|
|
title: "{{ pageTitle }} | Resources",
|
|
eleventyNavigation: {
|
|
key: "{{ pageTitle }}",
|
|
parent: "KotOR Resources"
|
|
}
|
|
}
|
|
} |