feat: a whole bunch of fixes ahead of launch
This commit is contained in:
parent
01647bf930
commit
8e54b46b6b
48 changed files with 184 additions and 140 deletions
|
@ -3,6 +3,7 @@ module.exports = {
|
|||
tags: "comic",
|
||||
permalink: "catalogue/comics/{{ page.fileSlug }}/index.html",
|
||||
eleventyComputed: {
|
||||
subtitle: (data) => `${data.author} (${data.year})`,
|
||||
tertiary: (data) =>
|
||||
`<p class="[ flow-space-0.5 ]"><span class="[ text-fadeText ]">by</span> ${data.author}</p>`,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue