Use where func instead of paigelistmath scratch
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
{{ $page := . }}
|
||||
{{ $p := .Paginate .Pages }}
|
||||
{{ range $p.Pages }}
|
||||
{{ if .Params.math }}
|
||||
{{ $page.Scratch.Set "paigelistmath" true }}
|
||||
{{ end }}
|
||||
{{ partial "paige-article.html" . }}
|
||||
{{ end }}
|
||||
{{ if or $p.HasPrev $p.HasNext }}
|
||||
|
Reference in New Issue
Block a user