blob: 1231103456b14bf80f2844f5cf7c4ca3680cf9dc (
plain)
1
2
3
4
5
6
7
|
<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>
|