xslingcn / Vno-Hugo

Vno on Hugo.
https://vno-hugo.netlify.app
Other
17 stars 12 forks source link

Having problems with my blog #2

Closed xenoterracide closed 1 year ago

xenoterracide commented 3 years ago

Your theme looks cool, but doesn't seem my blog will load. I haven't really investigated yet

hugo v0.87.0+extended linux/amd64 BuildDate=unknown
ERROR 2021/08/10 15:20:43 render of "home" failed: execute of template failed: template: index.html:16:7: executing "main" at <partial "pagination.html" .>: error calling partial: "/home/xeno/IdeaProjects/blog/themes/Vno-Hugo/layouts/partials/pagination.html:5:95": execute of template failed: template: partials/pagination.html:5:95: executing "partials/pagination.html" at <.Paginator.Prev.RelPermalink>: can't evaluate field RelPermalink in type *page.Pager
ERROR 2021/08/10 15:20:43 render of "term" failed: execute of template failed: template: _default/list.html:16:7: executing "main" at <partial "pagination.html" .>: error calling partial: "/home/xeno/IdeaProjects/blog/themes/Vno-Hugo/layouts/partials/pagination.html:9:95": execute of template failed: template: partials/pagination.html:9:95: executing "partials/pagination.html" at <.Paginator.Next.RelPermalink>: can't evaluate field RelPermalink in type *page.Pager
ERROR 2021/08/10 15:20:43 render of "term" failed: execute of template failed: template: _default/list.html:16:7: executing "main" at <partial "pagination.html" .>: error calling partial: "/home/xeno/IdeaProjects/blog/themes/Vno-Hugo/layouts/partials/pagination.html:5:95": execute of template failed: template: partials/pagination.html:5:95: executing "partials/pagination.html" at <.Paginator.Prev.RelPermalink>: can't evaluate field RelPermalink in type *page.Pager
ERROR 2021/08/10 15:20:43 render of "taxonomy" failed: execute of template failed: template: _default/list.html:16:7: executing "main" at <partial "pagination.html" .>: error calling partial: "/home/xeno/IdeaProjects/blog/themes/Vno-Hugo/layouts/partials/pagination.html:9:95": execute of template failed: template: partials/pagination.html:9:95: executing "partials/pagination.html" at <.Paginator.Next.RelPermalink>: can't evaluate field RelPermalink in type *page.Pager
Error: Error building site: failed to render pages: render of "home" failed: execute of template failed: template: index.html:16:7: executing "main" at <partial "pagination.html" .>: error calling partial: "/home/xeno/IdeaProjects/blog/themes/Vno-Hugo/layouts/partials/pagination.html:9:95": execute oftemplate failed: template: partials/pagination.html:9:95: executing "partials/pagination.html" at <.Paginator.Next.RelPermalink>: can't evaluate field RelPermalink in type *page.Pager
Built in 227 ms

been a while since I've updated anything, so not sure if it's your fault or mine, but I thought you might want to take a gander. Here's the commit I'm on I guess I've just cloned so I'm on 2405858ed14a91861cb7866a5e0fc4bf50915e6a all I did was change the theme in config.toml, the old fugi is working. It looks like it also exists in the last release v1.1.0

https://github.com/xenoterracide/blog/commit/4ff0e450d42673ec737237349826741fca0f8288

xslingcn commented 2 years ago

Hi, sorry for the late response. I think it's been fixed in 01f97c. You may give it a try with the latest release and please let me know if the problem still exists.