Skip to content

Commit e0380da

Browse files
author
Karin Huber
committed
sessions
1 parent a300500 commit e0380da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/sessions/overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ <h3>{{ .title }}</h3>
4040
<span class="label label-default">{{ .name }}</span>
4141
</p>
4242
<p class="text-muted timeslot">
43-
{{ dateFormat "Monday, January 2, 2006" .startsAt }}
44-
{{ dateFormat "15:04" .startsAt }} - {{ dateFormat "15:04" .endsAt }} CEST
43+
<!-- {{ dateFormat "Monday, January 2, 2006" .startsAt }}
44+
{{ dateFormat "15:04" .startsAt }} - {{ dateFormat "15:04" .endsAt }} CEST -->
4545

4646
<!-- { { range $question := .questionAnswers } } -->
47-
<br />
47+
<!-- <br />
4848
<a href="/ics/{{ .id }}.ics" download title="Add to calendar">
4949
Add to calendar <i class="fa fa-calendar" style="margin-left: 5px"></i>
50-
</a>
50+
</a> -->
5151
<!-- { {end} } -->
5252
</p>
5353

0 commit comments

Comments
 (0)