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 {
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",