rfid/themes/hugo-whisper-theme/layouts/_default/summary.html

8 lines
226 B
HTML
Raw Normal View History

2021-10-01 12:32:43 +00:00
<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>