mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
8 lines
145 B
HTML
8 lines
145 B
HTML
{{.Inner}}
|
|
|
|
{{- range first 10 .Site.Pages }}
|
|
<li>
|
|
{{ .Date.Format "02/01/2006" }} - <a href="{{ .Permalink }}">{{ .Title }}</a>
|
|
</li>
|
|
{{ end }}
|