2024-10-03 07:26:25 +00:00
|
|
|
export default {
|
|
|
|
tags: ["articles", "contents", "feed items"],
|
|
|
|
layout: "main/content",
|
|
|
|
permalink: "/articles/{{ page.fileSlug }}/",
|
|
|
|
isArticle: true,
|
|
|
|
eleventyComputed: {
|
2024-12-23 13:58:26 +00:00
|
|
|
title: "{{ articleTitle | safe }} | Articles",
|
2024-10-03 07:26:25 +00:00
|
|
|
eleventyNavigation: {
|
|
|
|
key: "{{ articleTitle }}",
|
|
|
|
parent: "Articles"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|