Environment
Problem
in hugo.toml,
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name = "aa"
url = "https://cdn.pixabay.com/photo/2024/08/24/14/42/elephant-8994442_1280.jpg"
icon = "fa-brands fa-weixin"
desc = "aaa"
[[params.links.user]]
name = "bb"
url = "https://cdn.pixabay.com/photo/2019/09/15/04/23/rhinoceros-4477306_1280.jpg"
icon = "fa-brands fa-qq"
desc = "bbb"
When I click on aa it opens the jpg file in the browser, but when I click on bb it downloads the jpg file, why?
I would expect both to open the file in the browser, not download it.
Environment
hugo version): v0.134.0Problem
in hugo.toml,
When I click on aa it opens the jpg file in the browser, but when I click on bb it downloads the jpg file, why?
I would expect both to open the file in the browser, not download it.