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

Commit ab2b814

Browse files
committed
Adds links to open spaces description in the program
Fixes #583
1 parent a2b8f36 commit ab2b814

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

layouts/program/single.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ <h5 class="mb-0">
117117
{{- end -}}
118118
{{- end -}}
119119
<!-- 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/>
120125
{{- else -}}
121126
{{ .title }}
122127
{{- end -}}

0 commit comments

Comments
 (0)