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">
|
2024-10-12 10:46:44 -07:00
|
|
|
<h2 class="page-summary__title"><a href="{{ .Permalink }}">{{ .LinkTitle | markdownify }}</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-10-12 10:45:52 -07:00
|
|
|
{{- if ne hugo.Environment "production" -}}
|
|
|
|
{{ partial "page/taxonomy_draft.html" (dict "page" . "class" "page-summary__draft") }}
|
|
|
|
{{- end -}}
|
|
|
|
{{- if .Date -}}
|
|
|
|
{{- partial "page/date.html" (dict "page" . "class" "page-summary__date") -}}
|
|
|
|
{{- end }}
|
2024-06-28 09:10:55 -07:00
|
|
|
</article>
|