rfid/themes/hugo-whisper-theme/layouts/_default/summary.html
2021-10-01 14:32:43 +02:00

8 lines
226 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>{{ .Summary }}</p>
</div>