Closed nhejazi closed 6 years ago
I have the same issue and also I removed the line from layouts/_default/list.html
but I think #38 is not the right solution because the build will lack of a tag/category list page.
Just made a pull request #39 with just a path fix to make it work properly and without broken list pages.
Resolved with #39
Great! Thanks for fixing this with a better solution @tun, and thanks for quickly merging @ribice.
I've been using this theme for one of my personal Hugo-based websites. I just upgraded the submodule oI had of this theme from d6a5676 to
master
and found that runninghugo build
via theblogdown
R package (viablogdown::build_site()
) is now broken, with errorIn investigating this, I found that the source of the error is the presence of the style file
layouts/_default/list.html
. As far as I can tell, simply removing this file resolves the problem. This file has apparently been around for quite a while but I had not encountered any error caused by this when using previous versions of Hugo. Is this a known issue? If so, is the fix provided in #38 appropriate?