jeremykidwell.info/layouts/partials/archive.html

10 lines
232 B
HTML
Executable File

<ul class="post" id="list">
{{ range .Site.Pages }}
<h3 id="archive" class="shortend shorttop"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<p>{{ .Date.Format "Jan 2, 2006" }}</p>
{{ end }}
</ul>