2021-10-09 15:16:24 -05:00
|
|
|
<div class="post">
|
|
|
|
<h2 class="post-title">
|
2021-10-11 21:35:16 -05:00
|
|
|
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
2021-10-09 15:16:24 -05:00
|
|
|
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
2021-10-26 18:50:48 -05:00
|
|
|
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
|
2021-10-09 15:16:24 -05:00
|
|
|
</h2>
|
|
|
|
|
2021-11-22 01:57:35 -06:00
|
|
|
{{ partial "post-metadata/short.html" . }}
|
2021-10-09 15:16:24 -05:00
|
|
|
|
|
|
|
{{ with .Resources.GetMatch "feature" }}
|
2021-11-22 02:21:15 -06:00
|
|
|
<div class="post-media">
|
|
|
|
{{ partial "figure.html" (dict "src" . "border" true) }}
|
|
|
|
</div>
|
2021-10-09 15:16:24 -05:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
<div class="post-description">
|
2021-11-22 00:42:08 -06:00
|
|
|
{{ partial "description-or-summary.html" . }}
|
2021-10-09 15:16:24 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="readmore">
|
2021-10-11 18:24:14 -05:00
|
|
|
<a href="{{ .Permalink }}">{{ i18n "read_more" }} →</a>
|
2021-10-09 15:16:24 -05:00
|
|
|
</div>
|
|
|
|
</div>
|