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

Commit ee4e502

Browse files
Merge pull request #589 from adrianmoisey/open_spaces
Adds links to open spaces description in the program
2 parents a1c9d9c + ab2b814 commit ee4e502

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)