We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a41997 commit 63a120cCopy full SHA for 63a120c
src/pages/videos/[...slug].astro
@@ -54,6 +54,7 @@ if (entry.transcript) {
54
---
55
56
<StarlightPage {...props}>
57
+ <p>{entry.description}</p>
58
<Width size="large" center={true}>
59
<Stream id={entry.id} title={entry.title} chapters={entry.chapters} />
60
{
0 commit comments