I understand this is caused by a Go update. But I can’t figure out how to fix it. Can anyone help?
{{ range .Pages | (where .Site.RegularPages "Section" "posts") }}
gives
can't give argument to non-function where .Site.RegularPages "Section" "posts"
Thank you.