Add missing quotes

This commit is contained in:
Aditya Thakral 2021-08-25 14:41:17 -04:00
parent 0a771f56d0
commit 8d97001460
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ title: '${title.replaceAll("'", "''")}'
presentors:
- '${presentors.join("\n - ").replaceAll("'", "''")}'
thumbnails:
small: '${thumbSmall}'${thumbLarge ? `\n large: ${thumbLarge}` : ""}
small: '${thumbSmall}'${thumbLarge ? `\n large: '${thumbLarge}'` : ""}
links:
${links.join("\n")}
---