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