@@ -186,8 +186,8 @@ <h5 class="mb-0">
186186 < a href ='{{ (printf "/events/%s/program/%s" $e.name .title) }} '> {{ $.Scratch.Get (printf "%s-speaker" .title) }} - {{ $.Scratch.Get .title }}</ a > < br />
187187 {{- end -}}
188188 {{- if eq ($.Scratch.Get "icons") "TRUE" -}}
189- {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-video-camera " aria-hidden ="true "> </ i > </ a > {{- end -}}
190- {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-file-text-o " aria-hidden ="true "> </ i > </ a > {{- end -}}
189+ {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa-solid fa-video " aria-hidden ="true "> </ i > Video </ a > {{- end -}}
190+ {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa-regular fa-file-lines " aria-hidden ="true "> </ i > Slides </ a > </ a > {{- end -}}
191191 {{- end -}}
192192 {{- if .comments -}}
193193 < span class ="program-page-desc "> {{ .comments | markdownify }}< br /> </ span >
@@ -204,8 +204,9 @@ <h5 class="mb-0">
204204 < li >
205205 < a href ="/events/{{ $e.name }}/program/{{ .title }} "> {{ $.Scratch.Get (printf "%s-speaker" .title) }} - {{ $.Scratch.Get .title }}</ a >
206206 {{- if eq ($.Scratch.Get "icons") "TRUE" -}}
207- {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-video-camera " aria-hidden ="true "> </ i > </ a > {{- end -}}
208- {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-file-text-o " aria-hidden ="true "> </ i > </ a > {{- end -}}
207+ {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa-solid fa-video " aria-hidden ="true "> </ i > Video</ a > {{- end -}}
208+ {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa-regular fa-file-lines " aria-hidden ="true "> </ i > Slides</ a > </ a > {{- end -}}
209+
209210 {{- end -}}
210211
211212 </ li >
@@ -217,8 +218,8 @@ <h5 class="mb-0">
217218 < li >
218219 < a href ="/events/{{ $e.name }}/program/{{ .title }} "> {{ $.Scratch.Get (printf "%s-speaker" .title) }} - {{ $.Scratch.Get .title }}</ a >
219220 {{- if eq ($.Scratch.Get "icons") "TRUE" -}}
220- {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-video-camera " aria-hidden ="true "> </ i > </ a > {{- end -}}
221- {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-file-text-o " aria-hidden ="true "> </ i > </ a > {{- end -}}
221+ {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa-solid fa-video " aria-hidden ="true "> </ i > Video </ a > {{- end -}}
222+ {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa-regular fa-file-lines " aria-hidden ="true "> </ i > Slides </ a > </ a > {{- end -}}
222223 {{- end -}}
223224
224225 </ li >
0 commit comments