Group link pages in a folder

This commit is contained in:
Helen Chong 2024-12-31 01:21:40 +08:00
parent 1e7f2c4e31
commit b1dece54e9
3 changed files with 2 additions and 9 deletions

View File

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

View File

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