Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub social icon seems broken (redirect to current website) #101

Open
AmarOk1412 opened this issue Jan 23, 2023 · 3 comments
Open

GitHub social icon seems broken (redirect to current website) #101

AmarOk1412 opened this issue Jan 23, 2023 · 3 comments

Comments

@AmarOk1412
Copy link

e.g. https://blist.vercel.app/en/ click on the GitHub link it will redirect to the same website, even if the current config is:

  [[params.homepage.social.icons]]
    website = "github"
    url = "https://github.com/"
@dag7dev
Copy link

dag7dev commented Mar 30, 2023

It is not. It is a matter of template.

see: https://dag7.it

It is perfectly working once you modify your config.

@AmarOk1412
Copy link
Author

What commit for the theme are you using?

My config.yml contains

[params.homepage.social]
  # Global params common for both languages
  title = "Suivez-nous !"
  description = "En plus de pouvoir suivre @chef@cha-cu.it sur le Fediverse :"

  [[params.homepage.social.icons]]
    website = "github"
    url = "https://github.com/AmarOk1412/Cha-Cuit"

  [[params.homepage.social.icons]]
    website = "mastodon"
    url = "https://mastodon.social/@amarok"

  [[params.homepage.social.icons]]
    website = "buymeacoffee"
    url = "https://www.buymeacoffee.com/KaelinnChacuit"

And was working for a long time (it broke since I added mastodon). I use commit 7e5aded

And exampleSite seems broken too with this config: https://github.com/apvarun/blist-hugo-theme/blob/main/exampleSite/config.toml#L183 (all other links seems to redirect to a correct link)

@dag7dev
Copy link

dag7dev commented Mar 30, 2023

What commit for the theme are you using?

Latest. 8e57fc5 themes/blist (v2.1.0)

I can confirm about exampleSite, however I setup in a similar way the toml and I am not encountering any issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants