2024-06-28 09:10:55 -07:00
|
|
|
<article class="page-summary">
|
2024-07-23 09:04:22 -07:00
|
|
|
<header class="page-summary__heading">
|
|
|
|
<h2 class="page-summary__title"><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></h2>
|
2024-06-28 09:10:55 -07:00
|
|
|
</header>
|
2024-07-03 07:31:32 -07:00
|
|
|
{{ if (.Params.rendersSummary | default true) -}}
|
2024-07-23 09:04:22 -07:00
|
|
|
{{ with .Description }}
|
|
|
|
<div class="page-summary__content">{{ . | markdownify }}</div>
|
|
|
|
{{ end }}
|
2024-07-03 07:31:32 -07:00
|
|
|
{{- end }}
|
2024-07-23 09:04:22 -07:00
|
|
|
{{ with .Date }}
|
|
|
|
<time class="page-summary__date" datetime="{{ . | time.Format "2006-01-02" }}">{{ . | time.Format ":date_medium" }}</time>
|
|
|
|
{{ end }}
|
2024-06-28 09:10:55 -07:00
|
|
|
</article>
|