feat: another project reorg
This commit is contained in:
parent
93165ee35b
commit
1e37d2cd93
126 changed files with 57 additions and 8 deletions
8
src/catalogue/comics/comics.11tydata.js
Normal file
8
src/catalogue/comics/comics.11tydata.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
layout: "layouts/catalogue-item",
|
||||
tags: "game",
|
||||
permalink: "catalogue/comics/{{ page.fileSlug }}/index.html",
|
||||
eleventyComputed: {
|
||||
subtitle: (data) => `${data.author} (${data.year})`,
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue