2021-01-20 20:12:50 +01:00
|
|
|
<article class="post-list h-feed">
|
2020-06-21 22:23:07 +02:00
|
|
|
<header class="post-header">
|
2021-01-20 20:12:50 +01:00
|
|
|
<h1 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}"><a class="u-url" href="{{ .RelPermalink }}">{{ trim .Title " " }}</a></h1>
|
2020-06-06 21:05:21 +02:00
|
|
|
</header>
|
|
|
|
|
2021-01-20 20:12:50 +01:00
|
|
|
<div class="content post-summary p-summary">
|
2020-06-06 21:05:21 +02:00
|
|
|
{{ .Summary | safeHTML }}
|
|
|
|
</div>
|
2020-08-12 21:25:08 +02:00
|
|
|
{{ if and (.Truncated) (.Site.Params.readMore) }}
|
2020-06-06 21:05:21 +02:00
|
|
|
<div class="read-more">
|
2021-01-20 20:12:50 +01:00
|
|
|
<a class="u-url" href="{{ .RelPermalink }}">{{ i18n "readMore" | humanize }}</a>
|
2020-06-06 21:05:21 +02:00
|
|
|
</div>
|
2020-08-12 21:25:08 +02:00
|
|
|
{{ end }}
|
2020-06-06 21:05:21 +02:00
|
|
|
|
2020-06-07 12:36:02 +02:00
|
|
|
{{ partial "postInfo.html" . }}
|
2020-06-06 21:05:21 +02:00
|
|
|
</article>
|