fixing newsletters listing

This commit is contained in:
Chris Cochrun 2024-02-08 14:22:36 -06:00
parent ed855a2b47
commit a4803160b5
2 changed files with 2 additions and 2 deletions

View file

@ -16,4 +16,4 @@ cascade:
---
Staff are what make TFC happen. These people give their time, energy, and money to making sure TFC happens and are constantly following the Lord to His purpose for the communities they work in.
> If you'd like to check out newsletters written by ALL the staff [CLICK HERE](/newsletters "newsletters")
> If you'd like to check out newsletters written by ALL the staff [click here](/newsletters "newsletters").

View file

@ -24,7 +24,7 @@
{{ .Content | emojify }}
</div>
</section>
{{ if gt .Pages 0 }}
{{ if gt (where (where .Site.RegularPages "Section" "staff") "Params.newsletter" true) 0 }}
<section class="space-y-10 w-full">
{{ range where (where .Site.RegularPages "Section" "staff") "Params.newsletter" true }}
{{ partial "article-link.html" . }}