about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/themes/tailwind/layouts/_default/list.html
blob: d781ce752a4a736fc3ebf6420340935f72e80f72 (plain) (blame)
1
2
3
4
5
6
7
{{ define "content" }}
<section class="mb-24">
    {{ range site.RegularPages.GroupByDate "2006" -}}
        {{ partial "posts.html" . }}
    {{ end }}
</section>
{{ end }}