themes/stevelosh/layouts/_default/list.html @ f9c2bf2fa2c9
lisp
Move rest of the static crap to a backup folder for now
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 04 Jan 2020 23:35:16 -0500 |
parents |
e7bc59b9ebda |
children |
(none) |
{{ partial "header.html" . }}
<div class="section-listing">
<ol class="group">
{{ range .Data.Pages.ByDate.Reverse }}
<li>
<a href="{{ .Permalink }}">
{{ .Title }}
</a>
<span class="snip">{{ .Params.snip }}</span>
</li>
{{ end }}
</ol>
</div>
{{ partial "footer.html" . }}