fix: only contents of type "blog" are listed
This commit is contained in:
parent
a59b999646
commit
bf2398c330
|
@ -1,5 +1,5 @@
|
|||
{{ partial "top.html" . }}
|
||||
{{ $paginator := .Paginate (where .Data.Pages "Type" "blog") }}
|
||||
{{ $paginator := .Paginate .Data.Pages.ByPublishDate }}
|
||||
<div class="articles-list">
|
||||
{{ range $paginator.Pages }}
|
||||
<article>
|
||||
|
|
Loading…
Reference in New Issue