Skip to content

Commit e755060

Browse files
committed
Display speaker bio in schedule table cell.
1 parent b5432ed commit e755060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
9090
>
9191
{{ schedule.lang }}
9292
</div>
93-
<p>{{ schedule.subject }}</p>
93+
<p>{{ schedule.speaker_bio }}</p>
9494
</div>
9595
<div
9696
class="flex lg:flex-row flex-col gap-2 items-center text-xs text-center w-full text-green-normal divide-x divide-green-normal"

0 commit comments

Comments
 (0)