Hello, thank you very much for the awesome Hugo theme!
I noticed the about link on the avatar is broken even for example site then I try to fix that. I am not sure that is the correct way to fix the issue. I would be grateful if you could advise me.
Before
If I click the avatar photo on the top page, it jumps to top/about and shows 404.
Hello, thank you very much for the awesome Hugo theme!
I noticed the about link on the avatar is broken even for example site then I try to fix that. I am not sure that is the correct way to fix the issue. I would be grateful if you could advise me.
Before
top/about
and shows 404.After
By fixing this line to
<a href="{{ "/about" | relLangURL }}">
(remove the/top
path), this link works for me. https://github.com/zhaohuabing/hugo-theme-cleanwhite/blob/ac188d67d1e82445b593142f6d20be4db19e26ed/layouts/partials/sidebar.html#L16