Omphaloskepsis-2/layouts/partials/items-grid.html

9 lines
250 B
HTML
Raw Normal View History

2022-11-11 05:48:02 +00:00
<section class="site-content__body">
{{ range ( ( where .Pages "Draft" false ).GroupByPublishDate "2006" ) }}
{{ partial "header-tile.html" . }}
{{ range .Pages }}
{{ partial "item-tile.html" . }}
{{ end }}
{{ end }}
</section>