Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit bd2bd6d

Browse files
committed
allow for comments when talk or workshop type is selected
1 parent c8d1514 commit bd2bd6d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

layouts/program/single.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ <h5 class="mb-0">
9090
-
9191
{{ $.Scratch.Get .title }}
9292
</a><br/>
93+
{{- if .comments -}}
94+
<span class="program-page-desc">{{ .comments | markdownify }}<br/></span>
95+
{{- end -}}
9396
{{- else if eq .type "ignite" -}}
9497
{{ .title }}
9598
<!-- do ignite stuff here -->

0 commit comments

Comments
 (0)