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