diff --git a/layouts/home/index.html b/layouts/home/index.html index e1a8369..e330006 100644 --- a/layouts/home/index.html +++ b/layouts/home/index.html @@ -21,7 +21,8 @@
- {{ range $index, $element := .Data.Pages }} + {{ $pag := .Paginate (where (where .Site.Pages "Type" "features") "Title" "!=" "Features") }} + {{ range .Paginator.Pages }} {{ if eq .Section "features" }}
{{ .Content }} @@ -58,4 +59,4 @@
-{{ partial "footer.html" . }} +{{ partial "footer.html" . }} \ No newline at end of file