We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5473e31 + 30a8b14 commit d32981fCopy full SHA for d32981f
1 file changed
layouts/speakers/single.html
@@ -20,13 +20,6 @@
20
</a>
21
22
<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>
30
31
</div>
32
{{- if modBool ($.Scratch.Get "i") 4 -}}
0 commit comments