2024-06-28 09:10:55 -07:00
|
|
|
<article class="page-summary">
|
2024-10-20 09:16:43 -07:00
|
|
|
{{ if and (.Params.rendersSummary | default true) (gt (len .Description) 0) -}}
|
|
|
|
<hgroup class="page-summary__heading">
|
2024-10-23 11:30:56 -07:00
|
|
|
<h3><a href="{{ .Permalink }}">{{ .LinkTitle | markdownify }}</a></h3>
|
2024-10-13 23:14:12 -07:00
|
|
|
{{ with .Description }}
|
|
|
|
<p>{{ . | markdownify }}</p>
|
|
|
|
{{ end }}
|
2024-10-20 09:16:43 -07:00
|
|
|
</hgroup>
|
|
|
|
{{ else }}
|
2024-10-23 11:30:56 -07:00
|
|
|
<h3 class="page-summary__heading"><a href="{{ .Permalink }}">{{ .LinkTitle | markdownify }}</a></h3>
|
2024-10-20 09:16:43 -07:00
|
|
|
{{ end }}
|
|
|
|
|
2024-10-13 23:14:12 -07:00
|
|
|
{{- if .Date -}}
|
|
|
|
{{- partial "page/date.html" (dict "page" .) -}}
|
2024-07-03 07:31:32 -07:00
|
|
|
{{- end }}
|
2024-10-20 09:16:43 -07:00
|
|
|
|
|
|
|
{{- if not hugo.IsProduction -}}
|
2024-10-13 23:14:12 -07:00
|
|
|
{{ partial "page/taxonomy_draft.html" (dict "page" .) }}
|
2024-10-12 10:45:52 -07:00
|
|
|
{{- end -}}
|
2024-10-20 09:16:43 -07:00
|
|
|
|
2024-10-13 23:14:12 -07:00
|
|
|
{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "categories") }}
|
|
|
|
{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "tags") }}
|
2024-06-28 09:10:55 -07:00
|
|
|
</article>
|