{{ range first 24 (where .Site.RegularPages "Section" "!=" "community") | shuffle }}
{{end}}
How can I != multiple sections? I can’t figure out the sytax of where and
For example:
{{ range first 24 (where .Site.RegularPages "Section" "!=" "community") and (where .Site.RegularPages "Section" "!=" "faq" | shuffle }}
{{end}}