feat: simplify layout structure
This commit is contained in:
parent
c2f112a41b
commit
7c38b2fa4b
36 changed files with 47 additions and 72 deletions
6
src/content/catalogue/books/books.11tydata.js
Normal file
6
src/content/catalogue/books/books.11tydata.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
layout: "layouts/catalogue-item",
|
||||
tags: "book",
|
||||
permalink: "catalogue/books/{{ page.fileSlug }}/index.html",
|
||||
linkTitle: "View book details",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue