Skip to content

Commit

Permalink
Update theme index to resolve breaking change from Hugo 0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSkemp committed Oct 3, 2019
1 parent 141d6c5 commit b4e09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/phlat/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div id="top" class="container">
<div class="row" id="content-main">
<div class="col-md-8">
{{ $paginator := .Paginate (where .Data.Pages "Type" "post") }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "post") }}
{{ range $paginator.Pages }}
<div class="row">
<div class="col-md-12 content-card">
Expand Down

0 comments on commit b4e09ef

Please sign in to comment.