vividvilla / ezhil

Clean and minimal personal blog theme for Hugo

Home Page:https://ezhil-hugo.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag pages do not work

undr22 opened this issue · comments

baseURL/tags can be generated correctly.

But no matter which tag I click, they all link to an "All tags" page like this(but with correct URL):

屏幕快照 2020-10-22 上午5 18 26

And I noticed that the demo on themes.gohugo.io also have this problem.

Hugo version v0.76.5/extended darwin/amd64.

This pull request seems to fix the issue: #59

TLDR; delete the term.html layout in ezhil/layouts/_default, and the site will use the default Hugo template for the tag page. At least that's how I'm understanding this fix.

Can confirm this. I'm using v0.82.0-9D960784/extended on Ubuntu 20.04 and it happens to me as well.

This pull request seems to fix the issue: #59

TLDR; delete the term.html layout in ezhil/layouts/_default, and the site will use the default Hugo template for the tag page. At least that's how I'm understanding this fix.

It works.