making newsletters page show all newsletters with better author tag
This commit is contained in:
parent
3f77dd4f84
commit
9eb6f6ef05
6 changed files with 13 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
</div>
|
||||
</section>
|
||||
{{ if gt .Pages 0 }}
|
||||
<section class="space-y-10 w-full">
|
||||
{{ range .Pages.ByWeight }}
|
||||
<section class="space-y-10 w-full">
|
||||
{{ range where (where .Site.RegularPages "Section" "staff") "Params.newsletter" true }}
|
||||
{{ partial "article-link.html" . }}
|
||||
{{ end }}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue