Add Google+ link (defined by googleplus param)
This commit is contained in:
parent
883da9dc3a
commit
3431b3ea3f
@ -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.
|
||||
|
@ -1,7 +1,12 @@
|
||||
<div class="sns-links hidden-print">
|
||||
{{ 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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user