2024-03-07 06:27:02 +00:00
|
|
|
<article class="post-list h-feed post-card">
|
|
|
|
<div class="post-header">
|
|
|
|
<header>
|
|
|
|
<h1 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}"><a class="u-url" href="{{ .RelPermalink }}">{{ trim .Title " " | markdownify }}</a></h1>
|
|
|
|
</header>
|
|
|
|
{{ partial "post-language-switcher.html" . }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ if not .Site.Params.disableSummary }}
|
|
|
|
<div class="content post-summary p-summary">
|
2024-05-06 16:36:18 +00:00
|
|
|
{{ .Summary | safeHTML }}
|
2024-03-07 06:27:02 +00:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
{{ if and (.Truncated) (.Site.Params.readMore) }}
|
|
|
|
<div class="read-more">
|
|
|
|
<a class="u-url" href="{{ .RelPermalink }}">{{ i18n "readMore" }}</a>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ partial "post-info.html" . }}
|
2024-05-06 16:36:18 +00:00
|
|
|
</article>
|