yoshiharuyamashita / blackburn

A Hugo theme built using Yahoo's Pure CSS
MIT License
317 stars 169 forks source link

google plus url format error in layouts/partials/social.html? #59

Open XingxianDeng opened 7 years ago

XingxianDeng commented 7 years ago

google plus profile url like this: https://plus.google.com/u/0/118046788804899957719

in config.toml, if googleplus item like this, googleplus = "u/0/102591860149128628370" or googleplus = "102591860149128628370", I will got an error like blow.

image

then, I found code like below, I think it is may be an error.

<a class="pure-menu-link" href="https://plus.google.com/+{{ . }}" target="_blank"><i class="fa fa-google-plus-square fa-fw"></i>Google+</a>
HorribleGeek commented 6 years ago

@XingxianDeng

Nope! That is for multiple sign in. If you have another account you will see that url as u/1 .. U/2.....

HorribleGeek commented 6 years ago

Close this issue!