Group link pages in a folder

This commit is contained in:
Leilukin 2024-12-31 01:21:40 +08:00 committed by Helen Chong
parent cefe542e98
commit 18fcc4e49f
3 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,4 @@
export default { export default {
layout: false,
tags: ["link groups"], tags: ["link groups"],
permalink: false, permalink: false
eleventyComputed: {
title: "{{ title }}",
eleventyNavigation: {
key: false,
parent: false
}
}
} }

View File

@ -1,5 +1,6 @@
export default { export default {
layout: "main/content", layout: "main/content",
permalink: "/links/{{ page.fileSlug }}/",
hasBreadcrumbs: true, hasBreadcrumbs: true,
eleventyComputed: { eleventyComputed: {
title: "{{ articleTitle | safe }} | Links", title: "{{ articleTitle | safe }} | Links",