tvl-depot/layouts/_default/list.html
2019-11-19 15:36:13 -03:00

7 lines
173 B
HTML

{{ define "content" }}
<section class="mb-24">
{{ range site.RegularPages.GroupByDate "2006" -}}
{{ partial "posts.html" . }}
{{ end }}
</section>
{{ end }}