Merge pull request #11 from ethanmad/googleplus

Add Google+ link
This commit is contained in:
Keichi Takahashi 2015-05-12 21:47:43 +09:00
commit 0dfdf1094e
2 changed files with 7 additions and 1 deletions

View File

@ -41,6 +41,7 @@ copyright = "© Copyright notice"
twitter = "Your Twitter username"
github = "Your GitHub username"
linkedin = "Your LinkedIn username"
googleplus = "Your Google+ user id"
facebook = "Your Facebook username"
stackoverflow = "Your Stackoverflow profile"
# Google Analytics API key.

View File

@ -6,7 +6,12 @@
{{ end }}
{{ with .Site.Params.twitter }}
<a href="https://twitter.com/{{ . }}" target="_blank">
<i class="fa fa-twitter"></i>
<i class="fa fa-twitter"></i>
</a>
{{ end }}
{{ with .Site.Params.googleplus }}
<a href="https://plus.google.com/+{{ . }}" target="_blank">
<i class="fa fa-google"></i>
</a>
{{ end }}
{{ with .Site.Params.facebook }}