fix: reference
This commit is contained in:
parent
8f7e6b789f
commit
305ca8d7e6
3 changed files with 4 additions and 4 deletions
|
@ -166,7 +166,7 @@ export default {
|
||||||
normalized['subtext'] = item['rating']
|
normalized['subtext'] = item['rating']
|
||||||
}
|
}
|
||||||
if (item.type === 'book') {
|
if (item.type === 'book') {
|
||||||
normalized['title'] = `${item['title']} by ${item['authors']}`
|
normalized['title'] = `${item['title']} by ${item['author']}`
|
||||||
normalized['rating'] = item['rating']
|
normalized['rating'] = item['rating']
|
||||||
if (item['rating']) normalized['subtext'] = item['rating']
|
if (item['rating']) normalized['subtext'] = item['rating']
|
||||||
}
|
}
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "18.1.2",
|
"version": "18.1.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "18.1.2",
|
"version": "18.1.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "18.1.2",
|
"version": "18.1.3",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue