fixing newsletters listing
This commit is contained in:
parent
ed855a2b47
commit
a4803160b5
|
@ -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").
|
||||
|
|
|
@ -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" . }}
|
||||
|
|
Loading…
Reference in a new issue