forked from ohayo-jacob/takunomi-blog
10 lines
289 B
Cheetah
10 lines
289 B
Cheetah
{{define "past"}}
|
|
<article class="post">
|
|
<ul style="list-style: none;">
|
|
{{with .Posts}}
|
|
{{range .}}
|
|
<li><a class="no-link" style="text-decoration: none; color: inherit" href="/post/{{.URLTitle}}"><b>{{.Title}}</b></a> - {{.NormalDate}}</li>{{end}}{{end}}
|
|
</ul>
|
|
</article>
|
|
{{end}}
|