Error render theme paper in hugo

rama@rama-K84L:~/baru$ hugo server
Building sites … ERROR 2019/09/06 18:15:04 render of “taxonomyTerm” failed: “/home/rama/baru/themes/paper/layouts/_default/list.html:13:39”: execute of template failed: template: _default/list.html:13:39: executing “_default/list.html” at <$pctx.RegularPages>: can’t evaluate field RegularPages in type *hugolib.PageOutput
Total in 10 ms
Error: Error building site: failed to render pages: render of “taxonomyTerm” failed: “/home/rama/baru/themes/paper/layouts/_default/list.html:13:39”: execute of template failed: template: _default/list.html:13:39: executing “_default/list.html” at <$pctx.RegularPages>: can’t evaluate field RegularPages in type *hugolib.PageOutput

What is the Hugo version that you have installed?

The minimum version for the Paper theme is v.0.57.1.

If you use an older version you will have to update. Better yet use 0.58.1 that was released today:

Thanks for reply, solved