Closed JoyJulianGomes closed 6 years ago
First of all, thanks for the theme.
The Issue: I have set up the social links in the _config.yml as github_url: "www.github.com/****" But in the final output the link transformed to https://username.github.io/projectname/www.github.com/****
github_url: "www.github.com/****"
Note: In _config.yml url and baseurl are set as -
baseurl: "/projectname" url: "username.github.io"
Update: The embedded social media url seems correct but when mouse hover or click event occurs they change to _"https://username.github.io/projectname/social_media_url"_
any solutions on this, i seem to have the same issue.
If you include the full address including protocol it seems to work just fine. github_url: "https://www.github.com/****"
github_url: "https://www.github.com/****"
@Drakmyth thanks!!
First of all, thanks for the theme.
The Issue: I have set up the social links in the _config.yml as
github_url: "www.github.com/****"
But in the final output the link transformed to https://username.github.io/projectname/www.github.com/****Note: In _config.yml url and baseurl are set as -
Update: The embedded social media url seems correct but when mouse hover or click event occurs they change to _"https://username.github.io/projectname/social_media_url"_