Schedule times for HMS2023 media

This commit is contained in:
2024-11-02 21:35:52 +02:00
parent e5b387e9b3
commit 77a55dbcc0
27 changed files with 49 additions and 28 deletions

View File

@@ -17,8 +17,10 @@
{{ range $i, $s := .Params.Speakers }}
<a href="">{{ $s.name }}</a>{{ if not (eq $i $lastSpeaker) }},{{ end }}
{{ end }}
at
<a href="">{{ .Params.Conference }}</a>
{{ with .GetPage (path.Join "/media" .Params.conference) }}
at
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</div>
</div>