talks will show up on the home list
This commit is contained in:
parent
9860984d06
commit
9c21e922e1
|
@ -13,7 +13,7 @@
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<div class="summary__container">
|
<div class="summary__container">
|
||||||
{{ $paginator := .Paginate (where (where (where (where .Site.RegularPages "Type" "!=" "talks") "Type" "!=" "contact") "Type" "!=" "archive") "Type" "!=" "about") }}
|
{{ $paginator := .Paginate (where (where (where .Site.RegularPages "Type" "!=" "contact") "Type" "!=" "archive") "Type" "!=" "about") }}
|
||||||
{{ range $paginator.Pages }}
|
{{ range $paginator.Pages }}
|
||||||
{{ .Render "summary" }}
|
{{ .Render "summary" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue