This repository was archived by the owner on Jul 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ <h5 class="mb-0">
120120 < a href ="{{ (printf "events /%s/program/%s" $e.name .title) | absURL }}"> {{ $.Scratch.Get (printf "%s-speaker" .title) }} - {{ $.Scratch.Get .title }}</ a > < br />
121121 {{- end -}}
122122 {{- if eq ($.Scratch.Get "icons") "TRUE" -}}
123- {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}}< a href ="{{ . }} "> < i class ="fa fa-video-camera " aria-hidden ="true "> </ i > </ a > {{- end -}}
124- {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}< a href ="{{ . }} "> < i class ="fa fa-file-text-o " aria-hidden ="true "> </ i > </ a > {{- end -}}
123+ {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-video-camera " aria-hidden ="true "> </ i > </ a > {{- end -}}
124+ {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-file-text-o " aria-hidden ="true "> </ i > </ a > {{- end -}}
125125 {{- end -}}
126126 < br />
127127 < br />
@@ -148,8 +148,8 @@ <h5 class="mb-0">
148148 {{ .title }}
149149 {{- end -}}
150150 {{- if eq ($.Scratch.Get "icons") "TRUE" -}}
151- {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}}< a href ="{{ . }} "> < i class ="fa fa-video-camera " aria-hidden ="true "> </ i > </ a > {{- end -}}
152- {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}< a href ="{{ . }} "> < i class ="fa fa-file-text-o " aria-hidden ="true "> </ i > </ a > {{- end -}}
151+ {{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-video-camera " aria-hidden ="true "> </ i > </ a > {{- end -}}
152+ {{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}} < a href ="{{ . }} "> < i class ="fa fa-file-text-o " aria-hidden ="true "> </ i > </ a > {{- end -}}
153153 {{- end -}}
154154 </ li >
155155 {{- end -}}<!-- rang ignites-->
You can’t perform that action at this time.
0 commit comments