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

Commit d32981f

Browse files
authored
Merge pull request #549 from devopsdays/declutter-speakers
Declutter speakers page
2 parents 5473e31 + 30a8b14 commit d32981f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

layouts/speakers/single.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
</a>
2121

2222
<h3 class="card-title speakers-page"><a href = "{{ .Permalink }}">{{ .Title }}</a></h3>
23-
<span class="speakers-page">
24-
{{- if ge (countrunes .Content ) 300 -}}
25-
{{ .Content | markdownify | truncate 300 " "}}<a href = "{{ .Permalink | absURL }}">...</a>
26-
{{- else -}}
27-
{{ .Content | markdownify }}
28-
{{- end -}}
29-
</span>
3023

3124
</div>
3225
{{- if modBool ($.Scratch.Get "i") 4 -}}

0 commit comments

Comments
 (0)