fix: book not showing author
This commit is contained in:
parent
41b79ba54d
commit
47d015eedb
4 changed files with 9 additions and 4 deletions
|
@ -3,4 +3,8 @@ module.exports = {
|
|||
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