Skip to content

Commit 63a120c

Browse files
committed
[Video] Render video description at top of the page'
1 parent 2a41997 commit 63a120c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/videos/[...slug].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if (entry.transcript) {
5454
---
5555

5656
<StarlightPage {...props}>
57+
<p>{entry.description}</p>
5758
<Width size="large" center={true}>
5859
<Stream id={entry.id} title={entry.title} chapters={entry.chapters} />
5960
{

0 commit comments

Comments
 (0)