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-14 18:57:23 -06:00
|
|
|
|
2023-03-24 08:49:02 -05:00
|
|
|
{{ partial "page-metadata/series.html" . }}
|
2021-11-14 18:57:23 -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>
|
2021-11-14 18:57:23 -06:00
|
|
|
|
2023-03-24 08:49:02 -05:00
|
|
|
<div class="page-list series-inner">
|
2022-05-21 23:20:22 -05:00
|
|
|
{{ range .Data.Pages.Reverse }}
|
2023-03-24 08:49:02 -05:00
|
|
|
<article class="page">
|
2023-02-28 18:24:19 -06:00
|
|
|
{{ .Render "summary" }}
|
2022-05-21 23:20:22 -05:00
|
|
|
</article>
|
|
|
|
{{ end }}
|
2021-11-14 18:57:23 -06:00
|
|
|
</div>
|