16 lines
501 B
HTML
16 lines
501 B
HTML
<article class="post-list">
|
|
<header>
|
|
<h1 class="post-title{{ if .Params.favorite }} favorite{{end}}"><a href="{{ .RelPermalink }}">{{ trim .Title " " }}</a></h1>
|
|
</header>
|
|
|
|
<div class="content post-summary">
|
|
{{ .Summary | safeHTML }}
|
|
</div>
|
|
<!-- {{ if .Truncated }}
|
|
<div class="read-more">
|
|
<a href="{{ .RelPermalink }}">{{ i18n "readMore" | humanize }}</a>
|
|
</div>
|
|
{{ end }} -->
|
|
|
|
{{ partial "postInfo.html" . }}
|
|
</article> |