Hi everyone,
I ported a theme to hugo but recently, some users have had issues with individual post pages not being rendered by Hugo.
hugo -v gives me this:
INFO 2017/10/25 15:02:05 found taxonomies: map[string]string{“tag”:“tags”, “category”:“categories”}
WARN 2017/10/25 15:02:05 [en] Unable to locate layout for “page”: [posts/post.html.html posts/post.html _default/post.html.html _default/post.html theme/posts/post.html.html theme/posts/post.html theme/_default/post.html.html theme/_default/post.html]
I haven’t updated the theme in a while so I assume it is because something changed with recent Hugo versions and I’m not quite sure what to fix myself… There is a github issue on this here so other themes also have the same issue, it seems, but no fix was mentioned. Any other theme developers know how to fix this?
Thanks a lot!
Durand