chrisbobbe / jekyll-theme-prologue

A Jekyll version of the "Prologue" theme by HTML5 UP
https://chrisbobbe.github.io/jekyll-theme-prologue/
Other
429 stars 937 forks source link

Social Settings #15

Closed JoyJulianGomes closed 6 years ago

JoyJulianGomes commented 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/****

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"_ untitled

ahsen1402 commented 6 years ago

any solutions on this, i seem to have the same issue.

Drakmyth commented 6 years ago

If you include the full address including protocol it seems to work just fine. github_url: "https://www.github.com/****"

JoyJulianGomes commented 6 years ago

@Drakmyth thanks!!