mirror of
https://github.com/taigrr/wtf
synced 2026-03-21 16:32:17 -07:00
First pass at new site template
This commit is contained in:
committed by
Chris Cummer
parent
215c7e571f
commit
d872a28cf7
@@ -0,0 +1,7 @@
|
||||
{{.Inner}}
|
||||
|
||||
{{- range first 10 .Site.Pages }}
|
||||
<li>
|
||||
{{ .Date.Format "02/01/2006" }} - <a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user