theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

github social link adds breaks when hosted on github.io #691

Closed raymondbernard closed 1 month ago

raymondbernard commented 1 month ago

Hello ,

I am hosting on github.io. My site is raymondbernard@github.io The repo my github icon to direct to is www.github.com/raymondbernard/fine-tune-journal.

It works locally but when I push to my github.com\raymondbernard\raymondbernard.github.io

The icon directs to https://raymondbernard.github.io/www.github.com/raymondbernard/fine-tune-journal

all my other social links work correctly :

[[params.ananke_socials]] name = "github" url = "https:/www.github.com/raymondbernard/fine-tune-journal" label = "github"

[[params.ananke_socials]] name = "linkedin" url = "https://www.linkedin.com/in/raymond-bernard-960382/" label = "My Linkedin"

[[params.ananke_socials]] name = "youtube" url = "https://www.youtube.com/channel/UC-OszhqWsF1tqqECdeLI_7Q" label = "youtube"

[[params.ananke_socials]] name = "twitter" url = "https://x.com/raybernard007" label = "twitter"

[[params.ananke_socials]] name = "medium" url = "https://medium.com/@raybernard007" label = "twitter"

[[params.ananke_socials]] name = "reddit" url = "https://www.reddit.com/user/OpenAITutor/" label = "reddit"