11 lines
268 B
HTML
11 lines
268 B
HTML
<article class="list-view{{ with .Section }} list-view--{{ . | urlize }}{{ end }}">
|
|
<header>
|
|
<h2 class="hidden">{{ .Title }}</h2>
|
|
<p><a href="{{ .RelPermalink }}">
|
|
{{ partial "author-date" . }}
|
|
</a></p>
|
|
</header>
|
|
<div class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
</article>
|