2021-11-23 13:14:44 -06:00
|
|
|
<div class="post">
|
|
|
|
<div class="post-series-position">
|
|
|
|
{{ if .Scratch.Get "series_position" }}
|
|
|
|
({{ .Scratch.Get "series_position" }}/{{ .Scratch.Get "series_total" }})
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2 class="post-title">
|
|
|
|
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
|
|
|
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
|
|
|
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
{{ partial "post-metadata/short.html" . }}
|
|
|
|
|
|
|
|
{{ with .Resources.GetMatch "feature" }}
|
|
|
|
<div class="post-media">
|
2022-05-13 11:33:55 -05:00
|
|
|
{{ partial "figure.html" (dict "src" .) }}
|
2021-11-23 13:14:44 -06:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
<div class="post-description">
|
|
|
|
{{ partial "description-or-summary.html" . }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="readmore">
|
|
|
|
<a href="{{ .Permalink }}">{{ i18n "read_more" }} →</a>
|
|
|
|
</div>
|
|
|
|
</div>
|