Zenithar / hugo-theme-bleak

Bleak Ghost theme ported to Hugo
Other
151 stars 65 forks source link

theme breaks in Hugo 0.57 #70

Closed CountMurphy closed 5 years ago

CountMurphy commented 5 years ago

Currently, the home page no longer renders tiles for all of the posts, just one tile called posts. clicking it brings you to what the homepage used to look like

CountMurphy commented 5 years ago

I was able to fix the issue by altering layouts/index.html

replace {{ $paginator := .Paginate (where .Data.Pages "Type" "post") }} with {{ $paginator := .Paginator }}

CountMurphy commented 5 years ago

looks like I'm running an old version. sorry to waste your time. closing