blob: b475f27efe76adc080dfdf04d587f9df95214c92 (
plain)
1
2
3
4
5
6
7
8
|
{{ range .Sections.ByDate.Reverse }}
<div class="blog-section-wrapper">
<a href="{{ .RelPermalink }}">
<h2 class="blog-section" id="{{ .Title }}">{{ .Title }}</h2>
</a>
{{- partial "blog-list.html" . -}}
</div>
{{ end }}
|