Skip to content

Commit

Permalink
talks will show up on the home list
Browse files Browse the repository at this point in the history
  • Loading branch information
zzossig committed Jan 1, 2020
1 parent 9860984 commit 9c21e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</article>

<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 }}
{{ .Render "summary" }}
{{ end }}
Expand Down

0 comments on commit 9c21e92

Please sign in to comment.