2023-03-24 08:49:02 -05:00
|
|
|
<h2 class="page-title">
|
2022-05-21 23:20:22 -05:00
|
|
|
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
2023-03-24 08:49:02 -05:00
|
|
|
<a class="heading-link" href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
2022-05-21 23:20:22 -05:00
|
|
|
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
|
|
|
|
</h2>
|
2021-11-23 13:14:44 -06:00
|
|
|
|
2023-03-24 08:49:02 -05:00
|
|
|
{{ partial "page-metadata/post-short.html" . }}
|
2021-11-23 13:14:44 -06:00
|
|
|
|
2022-05-21 23:20:22 -05:00
|
|
|
{{ with .Resources.GetMatch "feature" }}
|
|
|
|
<div class="post-media">
|
|
|
|
{{ partial "figure.html" (dict "src" .) }}
|
2021-11-23 13:14:44 -06:00
|
|
|
</div>
|
2022-05-21 23:20:22 -05:00
|
|
|
{{ end }}
|
2021-11-23 13:14:44 -06:00
|
|
|
|
2023-03-24 08:49:02 -05:00
|
|
|
<div class="page-description">
|
2022-05-21 23:20:22 -05:00
|
|
|
{{ partial "description-or-summary.html" . }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="readmore">
|
|
|
|
<a href="{{ .Permalink }}">{{ i18n "read_more" }} →</a>
|
2021-11-23 13:14:44 -06:00
|
|
|
</div>
|