digitalcraftsman / hugo-cactus-theme

Port of Nick Balestra's Cactus theme to Hugo.
MIT License
198 stars 111 forks source link

Google logo shows up in place of Github #13

Closed pawanrawal closed 8 years ago

pawanrawal commented 8 years ago

On the homepage , Google logo shows up instead of the Github logo for the GitHub social link.

digitalcraftsman commented 8 years ago

Hello @pawanrawal,

the "Google" icon is the correct icon for GitHub. I had a similar discussion in #10 and I agree that the icon is ambiguous. But you use FontAwesome as an alternative if you like. The config option is documented in the README.

Cheers, Digitalcraftsman

rudedogg commented 7 years ago

Using githubalt = "username" instead of github = "username" in the [social] block of config.toml gives you the :octocat: icon.

Seems odd, but it works with how the template is coded 👍 .