Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit de7d2ed

Browse files
second powerpoint to text icon
Replacing the powerpoint icon with a more generic text one.
1 parent 7828ae9 commit de7d2ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/program/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h5 class="mb-0">
137137
-
138138
{{ $.Scratch.Get .title }}</a>&nbsp;
139139
{{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}}<a href="{{ . }}"><i class="fa fa-video-camera" aria-hidden="true"></i></a>&nbsp;{{- end -}}
140-
{{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}<a href="{{ . }}"><i class="fa fa-file-powerpoint-o" aria-hidden="true"></i></a>&nbsp;{{- end -}}
140+
{{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}<a href="{{ . }}"><i class="fa fa-file-text-o" aria-hidden="true"></i></a>&nbsp;{{- end -}}
141141
</li>
142142
{{- else -}}
143143
<li>

0 commit comments

Comments
 (0)