8 lines
360 B
HTML
8 lines
360 B
HTML
<article class="list-view{{ with .Section }} list-view--{{ . | urlize }}{{ end }}">
|
|
<header>
|
|
<h2 class="title mt--s{{ if $.Param "submitted" | default false }} mb--xxs{{ end }}"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
|
{{ if $.Param "submitted" | default false }}{{ partial "submitted.html" . -}}{{ end }}
|
|
</header>
|
|
<p>{{ .Summary }}</p>
|
|
</article>
|