tvl-depot/layouts/_default/list.html

8 lines
173 B
HTML
Raw Normal View History

2019-11-19 19:36:13 +01:00
{{ define "content" }}
<section class="mb-24">
{{ range site.RegularPages.GroupByDate "2006" -}}
{{ partial "posts.html" . }}
{{ end }}
</section>
{{ end }}