mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-03 17:30:51 +00:00
12 lines
309 B
JavaScript
12 lines
309 B
JavaScript
export default {
|
|
layout: "main/content",
|
|
tags: ["posts", "contents", "feed items"],
|
|
isArticle: true,
|
|
eleventyComputed: {
|
|
title: "{{ articleTitle | safe }} | Blog",
|
|
eleventyNavigation: {
|
|
key: "{{ articleTitle }}",
|
|
parent: "Blog Archive"
|
|
}
|
|
}
|
|
} |