zhaohuabing / hugo-theme-cleanwhite

A clean, elegant blog theme for hugo
Apache License 2.0
723 stars 335 forks source link

fix about link on avatar #142

Closed yukari-n-erb closed 2 years ago

yukari-n-erb commented 2 years ago

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

Screen Shot 2022-09-23 at 13 28 48

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

Screen Shot 2022-09-23 at 13 29 34