| | |
| | | </header> |
| | | <article> |
| | | <h1>All {{.Title}}</h1> |
| | | <ul class="section-ul"> |
| | | {{- range .Pages.ByLastmod.Reverse -}} |
| | | <li class="section-li"> |
| | | <div class="section"> |
| | | <div class="desc"> |
| | | <h3><a href="{{ .Permalink }}">{{- .Title -}}</a></h3> |
| | | <p>{{- .Summary -}}{{if .Truncated}}...{{end}}</p> |
| | | </div> |
| | | <p class="meta"> |
| | | {{ .ReadingTime }} minute read. Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}} |
| | | </p> |
| | | </div> |
| | | </li> |
| | | {{- end -}} |
| | | </ul> |
| | | {{partial "page-list.html" .Pages.ByLastmod.Reverse }} |
| | | </article> |
| | | {{partial "contact.html" .}} |
| | | </div> |