Closed mohammedzee1000 closed 6 years ago
Describe the bug Providing linkedin = username in the social section of config does not cause linkedin link to show up on the website. See https://github.com/mohammedzee1000/site/blob/master/config.toml#L52
linkedin = username
To Reproduce Simply add linkedin = username in the config file and run the website, and look for linkedin
Expected behavior Providing linkedin username should cause link to linkedin account to appear on the website
Screenshots No linkedin?
Your project https://github.com/mohammedzee1000/site
Hugo version
$ hugo version Hugo Static Site Generator v0.48 linux/amd64 BuildDate: 2018-08-29T09:43:02Z
It seems that the link is working but the icon isn't displaying for LinkedIn. That must arise from a typo related to it in the HTML.
@mohammedzee1000 It should work for you now.
Describe the bug Providing
linkedin = username
in the social section of config does not cause linkedin link to show up on the website. See https://github.com/mohammedzee1000/site/blob/master/config.toml#L52To Reproduce Simply add
linkedin = username
in the config file and run the website, and look for linkedinExpected behavior Providing linkedin username should cause link to linkedin account to appear on the website
Screenshots No linkedin?
Your project https://github.com/mohammedzee1000/site
Hugo version