File tree 1 file changed +3
-2
lines changed
layouts/partials/admin/sessions
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ <h3>{{ .day }}</h3>
18
18
< th > youtube </ th >
19
19
</ thead >
20
20
< tbody >
21
- {{ range $index, $element := sort $all_sessions ".Params.when_time "}}
21
+ {{ range $index, $element := sort $all_sessions ".Params.hosted_by "}}
22
22
{{ $organizers := partial "params/organizers.html" . }}
23
+ {{ $time := index .Site.Data.schedule.times .Params.when_time }}
23
24
{{ if .Params.hey_summit}}
24
25
< tr >
25
26
< td > {{ add $index 1}}</ td >
26
27
< td > < a target ="_blank " href ="{{ .Permalink }} "> {{ .Params.title }}..</ a > </ td >
27
28
{{ partial "admin/sessions/cell.html" (dict "value" .Params.when_day "error" "missing") }}
28
- {{ partial "admin/sessions/cell.html" (dict "value" .Params.when_time "error" "missing") }}
29
+ {{ partial "admin/sessions/cell.html" (dict "value" $time "error" "missing") }}
29
30
< td > {{ partial "schedule/list/organizers-links.html" ( dict "this" . "organizers" $organizers) }}</ td >
30
31
{{ partial "admin/sessions/cell-link.html" (dict "value" .Params.hey_summit "text" "hey summit" "error" "needs hey summit") }}
31
32
{{ partial "admin/sessions/cell.html" (dict "value" .Params.hosted_by "error" "missing") }}
You can’t perform that action at this time.
0 commit comments