blob: 086f27300310464ca0115d85f67564bc0fde4116 [file] [log] [blame]
{{ define "main" }}
{{ range sort .Paginator.Pages }}
<article class="markdown book-post">
<h3>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h3>
{{ partial "docs/post-meta" . }}
<p>
{{- .Summary -}}
{{ if .Truncated }}
<a href="{{ .RelPermalink }}">...</a>
{{ end }}
</p>
<a href="{{ .RelPermalink }}">Continue reading ยป</a>
</article>
{{ end }}
{{ template "_internal/pagination.html" . }}
{{ end }}
{{ define "toc" }}
{{ partial "docs/taxonomy" . }}
{{ end }}