10 lines
232 B
HTML
Executable file
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>
|
|
|