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.
2 parents a1c9d9c + ab2b814 commit ee4e502Copy full SHA for ee4e502
1 file changed
layouts/program/single.html
@@ -117,6 +117,11 @@ <h5 class="mb-0">
117
{{- end -}}
118
119
<!-- end ignite stuff here -->
120
+ <!-- do open-space stuff here -->
121
+ {{- else if (eq .type "open-space") -}}
122
+ <a href="{{ "open-space-format/" | absURL }}">
123
+ {{ .title }}
124
+ </a><br/>
125
{{- else -}}
126
{{ .title }}
127
0 commit comments