fixed pagination
in the theme’s layouts/_default/list.html {{ range .Pages }}
was changed to {{ range (.Paginate .RegularPagesRecursive).Pages }}
i copied this from hugo docs’s pagination page
this was broken when i added a landing page
(theme only displayed pagination if the home feed was at root)