2021-04-15 01:37:18 -07:00
|
|
|
<li>
|
2024-06-16 19:35:07 -07:00
|
|
|
<a href="{{ .page.Permalink }}" class="post-title">{{ if .page.Params.favorite }}{{ partial "icon.html" "star" }}{{ end }} {{ .page.Title }}</a>
|
|
|
|
{{ if (not (eq .page.WordCount 0)) }}
|
|
|
|
<p class="post-wordcount">{{ i18n "nWords" .page.WordCount }}, {{ i18n "nMinutesToRead" .page.ReadingTime }}.</p>
|
2023-01-31 18:54:08 -08:00
|
|
|
{{ end }}
|
2024-06-16 19:35:07 -07:00
|
|
|
{{ if .page.Params.status }}
|
2023-01-31 18:54:08 -08:00
|
|
|
<p class="post-status">
|
2024-06-16 19:35:07 -07:00
|
|
|
{{ partial "seriesstatus.html" .page.Params.status }}
|
2023-01-31 18:54:08 -08:00
|
|
|
</p>
|
|
|
|
{{ end }}
|
2024-06-16 19:35:07 -07:00
|
|
|
<p class="post-preview">{{ .page.Summary }} {{ if .page.Truncated }}. . .{{ end }}</p>
|
2021-04-15 01:37:18 -07:00
|
|
|
</li>
|