Open XingxianDeng opened 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.
config.toml
googleplus = "u/0/102591860149128628370"
googleplus = "102591860149128628370"
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>
@XingxianDeng
Nope! That is for multiple sign in. If you have another account you will see that url as u/1 .. U/2.....
Close this issue!
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"
orgoogleplus = "102591860149128628370"
, I will got an error like blow.then, I found code like below, I think it is may be an error.