commit
0dfdf1094e
@ -41,6 +41,7 @@ copyright = "© Copyright notice"
|
|||||||
twitter = "Your Twitter username"
|
twitter = "Your Twitter username"
|
||||||
github = "Your GitHub username"
|
github = "Your GitHub username"
|
||||||
linkedin = "Your LinkedIn username"
|
linkedin = "Your LinkedIn username"
|
||||||
|
googleplus = "Your Google+ user id"
|
||||||
facebook = "Your Facebook username"
|
facebook = "Your Facebook username"
|
||||||
stackoverflow = "Your Stackoverflow profile"
|
stackoverflow = "Your Stackoverflow profile"
|
||||||
# Google Analytics API key.
|
# Google Analytics API key.
|
||||||
|
@ -9,6 +9,11 @@
|
|||||||
<i class="fa fa-twitter"></i>
|
<i class="fa fa-twitter"></i>
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ with .Site.Params.facebook }}
|
||||||
<a href="https://facebook.com/{{ . }}" target="_blank">
|
<a href="https://facebook.com/{{ . }}" target="_blank">
|
||||||
<i class="fa fa-facebook"></i>
|
<i class="fa fa-facebook"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user