light-hugo/layouts/index.html
2016-11-02 23:10:49 -04:00

8 lines
171 B
HTML

{{ partial "header.html" . }}
{{ range first 10 .Data.Pages }}
{{ if eq .Type "post" }}
{{ .Render "summary" }}
{{ end }}
{{ end }}
{{ partial "footer.html" . }}