about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/themes/tailwind/layouts/_default/list.html
{{ define "content" }}
<section class="mb-24">
    {{ range site.RegularPages.GroupByDate "2006" -}}
        {{ partial "posts.html" . }}
    {{ end }}
</section>
{{ end }}