list.html (176B)
1 {{ define "main" }} 2 {{ .Content }} 3 <ul> 4 {{ range .Pages }} 5 <li> 6 {{ .Date.Format "2006-01-02" }} <a href="{{ .RelPermalink }}">{{ .Title }}</a> 7 </li> 8 {{ end }} 9 </ul> 10 {{ end }}
![]() | pollux.codesFiles for the pollux.codes site |
git clone git://pollux.codes/git/pollux.codes.git | |
Log | Files | Refs |