@ -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")}
---