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 a8ca907 commit e847740Copy full SHA for e847740
1 file changed
layouts/events/single.html
@@ -104,6 +104,10 @@ <h2 class="schedule-day-title">{{ .day }}</h2>
104
<span class="session-title">{{ .title }}</span>
105
{{- with .duration }}<span class="session-duration"
106
>{{ . }}</span
107
+ >{{- end }} {{- with .format }}<span class="session-format"
108
+ >{{ . }}</span
109
+ >{{- end }} {{- with .name }}<span class="session-name"
110
111
>{{- end }}
112
</li>
113
{{- end }}
0 commit comments