9 lines
178 B
HTML
9 lines
178 B
HTML
|
<article>
|
||
|
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||
|
{{ if .Params.overview }}
|
||
|
{{ .Params.overview }}
|
||
|
{{ else }}
|
||
|
{{ .Summary }}
|
||
|
{{ end }}
|
||
|
</article>
|