This commit is contained in:
techknowlogick 2020-09-27 20:46:11 +00:00
parent 7d5c374e4a
commit 640785e8b3
1 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@
<div class="hero-body">
<div class="container">
<div class="columns">
{{ range $index, $element := .Data.Pages }}
{{ $pag := .Paginate (where (where .Site.Pages "Type" "features") "Title" "!=" "Features") }}
{{ range .Paginator.Pages }}
{{ if eq .Section "features" }}
<div class="column">
{{ .Content }}
@ -58,4 +59,4 @@
</div>
</section>
{{ partial "footer.html" . }}
{{ partial "footer.html" . }}