Skip to content

Commit e847740

Browse files
committed
fix: render name and format on schedule subsessions
Assisted-by: ClaudeCode:claude-opus-4.8
1 parent a8ca907 commit e847740

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

layouts/events/single.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ <h2 class="schedule-day-title">{{ .day }}</h2>
104104
<span class="session-title">{{ .title }}</span>
105105
{{- with .duration }}<span class="session-duration"
106106
>{{ . }}</span
107+
>{{- end }} {{- with .format }}<span class="session-format"
108+
>{{ . }}</span
109+
>{{- end }} {{- with .name }}<span class="session-name"
110+
>{{ . }}</span
107111
>{{- end }}
108112
</li>
109113
{{- end }}

0 commit comments

Comments
 (0)