hugo-whisper-theme/layouts/_default/summary.html
2019-02-17 16:55:16 +10:00

7 lines
No EOL
206 B
HTML

<div class="summary">
{{ if .Params.image }}
<img alt="{{ .Title }}" src="{{ .Params.image }}" />
{{ end}}
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
{{ .Content | truncate 100 }}
</div>