8 lines
226 B
HTML
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>
|