Skip to content

Commit

Permalink
Room in schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogk committed Sep 6, 2024
1 parent 07abc95 commit 95e9f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/airflowsummit/layouts/schedule/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ <h3 class="mb-3">{{.title_full}}</h3>
<div class="session-title"><a class="session-title" href="#abs-{{.Params.slug}}" data-bs-toggle="collapse" role="button">{{ .Params.title }}</a></div>
<div class="session-speakers names">{{ with .Params.speakers }}By {{ delimit . ", " " & " }}{{ end }}</div>
<div class="d-flex justify-content-between">
<div class="track-name">{{ with .Params.track }}Track: {{ . }}{{ end }}</div>
<div>
<div class="track-name">{{ with .Params.track }}Track: {{ . }}{{ end }}</div>
<div class="track-name">{{ with .Params.room }}Room: {{ . }}{{ end }}</div>
</div>
<div title="Add to Calendar" class="addeventatc" data-styling="none">
<img src="https://cdn.addevent.com/libs/imgs/icon-calendar-t1.svg" alt="" style="width:18px;" />
<span class="start">{{ with .Params.time_start | time }}{{ .Format "01/02/2006 3:04 PM" }}{{ end }}</span>
Expand Down

0 comments on commit 95e9f6e

Please sign in to comment.