feat: another project reorg
This commit is contained in:
parent
93165ee35b
commit
1e37d2cd93
126 changed files with 57 additions and 8 deletions
10
src/catalogue/books/books.11tydata.js
Normal file
10
src/catalogue/books/books.11tydata.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
layout: "layouts/catalogue-item",
|
||||
tags: "book",
|
||||
permalink: "catalogue/books/{{ page.fileSlug }}/index.html",
|
||||
linkTitle: "View book details",
|
||||
eleventyComputed: {
|
||||
tertiary: (data) =>
|
||||
`<p style="--flow-space: 0.5em"><span class="[ text-fadeText ]">by</span> ${data.author}</p>`,
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue