hugo-whisper-theme/layouts/_default/summary.html
2019-06-24 12:56:35 -04:00

7 lines
265 B
HTML

<div class="summary mb-2">
{{ if .Params.image }}
<img alt="{{ .Title }}" src="{{ .Params.image }}" />
{{ end}}
<h2 class="title-summary"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
<p>{{ htmlUnescape .Content | plainify | truncate 140 }}</p>
</div>