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

Commit 7828ae9

Browse files
replace powerpoint with text
The "powerpoint" imagery doesn't cover most cases, and being specific to a file format is weird. I like the "screen" one in the pro pack, but if we don't go with that, I'd prefer "document".
1 parent 8542c34 commit 7828ae9

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
@@ -114,7 +114,7 @@ <h5 class="mb-0">
114114

115115
</a>
116116
{{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}}<a href="{{ . }}"><i class="fa fa-video-camera" aria-hidden="true"></i></a>&nbsp;{{- end -}}
117-
{{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}<a href="{{ . }}"><i class="fa fa-file-powerpoint-o" aria-hidden="true"></i></a>&nbsp;{{- end -}}
117+
{{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}<a href="{{ . }}"><i class="fa fa-file-text-o" aria-hidden="true"></i></a>&nbsp;{{- end -}}
118118
<br/>
119119
<br/>
120120
{{- if .comments -}}

0 commit comments

Comments
 (0)