2022-11-11 05:48:02 +00:00
|
|
|
<section class="site-content__body">
|
|
|
|
{{ range ( ( where .Pages "Draft" false ).GroupByPublishDate "2006" ) }}
|
2023-07-01 03:16:59 +00:00
|
|
|
{{ if ( not ( eq .Key "0001" ) ) }}
|
|
|
|
{{ partial "header-tile.html" . }}
|
|
|
|
{{ range .Pages }}
|
|
|
|
{{ partial "item-tile.html" . }}
|
|
|
|
{{ end }}
|
2022-11-11 05:48:02 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
</section>
|