2026-02-13 00:39:08 +01:00
|
|
|
<div class="blog-links">
|
|
|
|
|
{{- with .Params.audio }}
|
2026-02-14 10:25:47 +01:00
|
|
|
<a class="label label-success label-lg" href="{{ . }}" target="_blank" aria-label="Audio Recording" role="button">
|
2026-02-13 00:39:08 +01:00
|
|
|
<i class="fas fa-microphone" aria-hidden="true"></i> Listen to Recording
|
|
|
|
|
</a>
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- with .Params.article }}
|
2026-02-14 10:25:47 +01:00
|
|
|
<a class="label label-success label-lg" href="{{ .href }}" target="_blank" aria-label="Related Article" role="button">
|
2026-02-14 11:57:44 +01:00
|
|
|
<i class="fas fa-newspaper" aria-hidden="true"></i> Read {{ .name | markdownify }} Article
|
2026-02-13 00:39:08 +01:00
|
|
|
</a>
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- with .Params.video }}
|
2026-02-14 10:25:47 +01:00
|
|
|
<a class="label label-success label-lg" href="{{ . }}" target="_blank" aria-label="Video Recording" role="button">
|
2026-02-13 00:39:08 +01:00
|
|
|
<i class="fas fa-video" aria-hidden="true"></i> Watch Recording
|
|
|
|
|
</a>
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- with .Params.slides }}
|
2026-02-14 10:25:47 +01:00
|
|
|
<a class="label label-success label-lg" href="{{ . }}" target="_blank" aria-label="Slides" role="button">
|
2026-02-13 00:39:08 +01:00
|
|
|
<i class="fas fa-desktop" aria-hidden="true"></i> View Slides
|
|
|
|
|
</a>
|
|
|
|
|
{{- end }}
|
2026-02-14 11:57:44 +01:00
|
|
|
{{- with .Params.event }}
|
|
|
|
|
<a class="label label-success label-lg" href="{{ .href }}" target="_blank" aria-label="Event Page" role="button">
|
|
|
|
|
<i class="fa fa-map-marker" aria-hidden="true"></i> {{ .name | markdownify }}
|
|
|
|
|
</a>
|
|
|
|
|
{{- end }}
|
2026-02-13 00:39:08 +01:00
|
|
|
</div>
|