Back to it with the ally

This commit is contained in:
Madison Scott-Clary
2019-09-10 10:09:22 -07:00
parent cf07cb5e42
commit 4ab5a75eec
39 changed files with 2832 additions and 2272 deletions

View File

@ -1,7 +1,7 @@
{{ define "main" }}
<main id="main">
{{ .Content }}
{{ $paginator := .Paginate (and (where .Pages ".Params.date" "!=" nil) (where .Pages ".Type" "==" "core")) 1 }}
{{ $paginator := .Paginate (and (where .Pages ".Params.date" "!=" nil) (where .Pages ".Type" "==" "ally")) 1 }}
{{ range $paginator.Pages.ByWeight }}
{{ .Content }}
{{ end }}