Update homepage.md

This commit is contained in:
László Görög
2020-02-14 21:14:12 +01:00
committed by Bjørn Erik Pedersen
parent 7a1e0b7422
commit bfabd8ce87
+1 -2
View File
@@ -54,8 +54,7 @@ The following is an example of a homepage template that uses [partial][partials]
{{.Content}}
</div>
<div>
<!-- Note that .Pages is the same as .Site.RegularPages on the homepage template. -->
{{ range first 10 .Pages }}
{{ range first 10 .Site.RegularPages }}
{{ .Render "summary"}}
{{ end }}
</div>