Skip to content

Commit

Permalink
allow multiple sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokdei committed Dec 17, 2021
1 parent 0f2685c commit ce625c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

<div class="col-md-9" id="blog-listing-medium">

{{ $paginator := .Paginate (where .Data.Pages "Type" "blog") }}
{{ range $paginator.Pages }}

{{ range .Paginator.Pages }}
<section class="post">
<div class="row">
<div class="col-md-4">
Expand Down

0 comments on commit ce625c4

Please sign in to comment.