blob: 6fc5811febe7bd3fd47cf7c80fb233661494f85d (
plain) (
tree)
|
|
{{ define "main" }}<article>
<h1 class="page-heading">{{ .Title }}</h1>
<ul class="post-list">
{{ range $index, $element := .Paginator.Pages }} <li><h3><a class="post-link" href="{{ .Permalink }}">{{ .Title }}</a></h3><span class="post-meta">{{ .PublishDate.Format "Jan 2, 2006" }}, {{ .ReadingTime }} min read</span></li>
{{ end }}</ul>{{ partial "pagination.html" $ }}
</article>{{ end }}
|